louib / keep-in-touch

Contact manager based on the KDBX4 encrypted database format
GNU General Public License v3.0
3 stars 0 forks source link
command-line contacts-manager keepass keepassxc rust rust-lang vcard

keep-in-touch

dependency status License file

Contact manager based on the KDBX4 encrypted database format.

keep-in-touch is still in active development. There currently is only a repl-like CLI, but my plan is to add a TUI in the future. See this issue for the reasoning behind the project.

Installing

With Nix

Assuming that you have enabled both the flakes and nix-command experimental features:

nix profile install github:louib/keep-in-touch

With Cargo

cargo install --path .

References