6 releases (3 breaking)
0.4.1 | Oct 31, 2020 |
---|---|
0.4.0 | Aug 28, 2020 |
0.3.1 | Aug 18, 2020 |
0.2.0 | Aug 14, 2020 |
0.1.0 | Jul 5, 2020 |
#11 in #next-cloud
32KB
640 lines
nextpass
A CLI to Nextcloud Passwords
The CLI will prompt you with the server you want to use if you do not provide a LoginDetails
file. Check the nextcloud-passwords-client
documentation if you want to supply your own.
Those details are safely encrypted with the key
argument, or the NEXTPASS_KEY
variable.
The cli will also detect when you call it outside a tty, and it will only print the first found password in that case
Installation
AUR
There is a package availaible on the AUR: https://aur.archlinux.org/packages/nextpass/
From Source
If you want to build the package from source you will need the Rust compiler, you can get that from rustup for example. More information on installing Rust can be found here. A minimum of 1.39 is required to compile this program.
Once you have a rust compiler, you can run cargo build --release
and it will output the binary at ./target/release/nextpass
Dependencies
~15–27MB
~444K SLoC