enpass-cli
Developed on Linux, and therefore only tested on Linux.
Requires libsqlcipher
to be available as a shared library. This can be installed from AUR as pacman -S sqlcipher
.
I am looking into removing this dependency by statically compiling it. crates.io release also pending.
```
❯ enpass-cli
error: The following required arguments were not provided:
-d
USAGE:
enpass-cli -d
For more information try --help ```