From d28375e0e64898a3f2023d2a7850e115e8d88194 Mon Sep 17 00:00:00 2001 From: Awiteb Date: Tue, 19 Mar 2024 10:12:55 +0300 Subject: [PATCH] chore: Update README.md --- README.md | 33 +++++++++++++++------------------ 1 file changed, 15 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index d12b666..b3c331f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Lprs -Lprs is a local password manager designed to securely store and manage your passwords. +Lprs is a local vault manager designed to securely store and manage your vaults. ### MSRV The Minimum Supported Rust Version (MSRV) is `1.70.0`. @@ -31,7 +31,7 @@ cargo uninstall lprs ## Usage -Lprs provides a command-line interface for managing your passwords. The following commands are available: +Lprs provides a command-line interface for managing your vaults. The following commands are available: ``` A local CLI password manager @@ -39,23 +39,20 @@ A local CLI password manager Usage: lprs [OPTIONS] Commands: - add Add new password - remove Remove password - list List your password and search - clean Clean the password file - edit Edit the password content - gen Generate password - export Export the passwords - import Import passwords + add Add new vault + remove Remove vault + list List your vaults and search + clean Clean the vaults file + edit Edit the vault content + gen Generate a password + export Export the vaults + import Import vaults help Print this message or the help of the given subcommand(s) Options: - -p, --passwords-file - The passwords json file, default: $HOME/.local/share/lprs/passwords.json - -h, --help - Print help - -V, --version - Print version + -v, --vaults-file The vaults json file + -h, --help Print help + -V, --version Print version ``` ### Example @@ -78,7 +75,7 @@ Master Password: *************** ### Backup -It is important to regularly backup your passwords to prevent data loss. Lprs does not provide an automatic backup feature. To backup your passwords, you can use the `export` command provided by Lprs. This command allows you to export your encrypted passwords to a json file, which you can then manually backup to a secure location. +It is important to regularly backup your vaults to prevent data loss. Lprs does not provide an automatic backup feature. To backup your vaults, you can use the `export` command provided by Lprs. This command allows you to export your encrypted vaults to a json file, which you can then manually backup to a secure location. #### Formats The format of the exported file can be specified using the `--format` option. The following formats are supported: @@ -104,4 +101,4 @@ Lprs is licensed under the GPL-3.0 License. This means that you are free to use, --- -[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/awiteb) \ No newline at end of file +[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/awiteb)