enpass-cli icon indicating copy to clipboard operation
enpass-cli copied to clipboard

Enpass CLI agent written written in rust!

enpass-cli

crates.io docs.rs

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 <database>
    -p <password>

USAGE:
    enpass-cli -d <database> -p <password>

For more information try --help