Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/traxys/nextpass
A CLI to Nextcloud passwords
https://github.com/traxys/nextpass
Last synced: 3 months ago
JSON representation
A CLI to Nextcloud passwords
- Host: GitHub
- URL: https://github.com/traxys/nextpass
- Owner: traxys
- License: gpl-3.0
- Created: 2020-06-19T00:08:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-31T15:10:53.000Z (about 4 years ago)
- Last Synced: 2024-10-01T14:38:13.700Z (4 months ago)
- Language: Rust
- Size: 149 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://rustup.rs/) for example. More information on installing Rust can be found [here](https://www.rust-lang.org/tools/install).
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`