Improve readme
This commit is contained in:
parent
093bf87f5c
commit
f7384d8ae1
1 changed files with 5 additions and 1 deletions
|
@ -1,12 +1,16 @@
|
|||
# nc_password_client
|
||||
|
||||
Command line client (CLI) for the Nextcloud Passwords app.
|
||||
Command line interface (CLI) for the Nextcloud Passwords app.
|
||||
Manage your password and import them from [Password Store](https://www.passwordstore.org/).
|
||||
|
||||
## Requirements
|
||||
|
||||
See requirements.txt
|
||||
|
||||
To cache the passwords locally the application uses the system keyring to store a random password that encrypts the cache file.
|
||||
|
||||
Tested in Ubuntu 24.10 with Gnome 47 and Nextcloud 30.0.2. But should work with similar setups. Create an [issue](https://repos.susurrando.com/adelgado/nc_password_client/issues) if you want me to test it in a different setup, but I can promise much.
|
||||
|
||||
## Installation
|
||||
|
||||
### Linux
|
||||
|
|
Loading…
Reference in a new issue