enpass-cli 0.1.1

A cli interface to decrypting the enpass database
enpass-cli-0.1.1 is not a library.

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