Crates.io | lprs |
lib.rs | lprs |
version | 2.0.0-rc.2 |
source | src |
created_at | 2023-12-31 12:17:33.539027 |
updated_at | 2024-08-20 17:40:02.648421 |
description | A local CLI vaults manager. For human and machine use |
homepage | |
repository | https://git.4rs.nl/awiteb/lprs |
max_upload_size | |
id | 1084755 |
size | 223,767 |
1.74.0
)# From crates.io
cargo install lprs
# From source (after cloning the repository)
# The binary will be in target/release/lprs
cargo build --release
This will build Lprs with update checking enabled. If you want to disable update checking, you can build Lprs without the default features by passing the --no-default-features
flag.
Pre-built binaries are available for Linux and Windows on the releases
page. There is tow version of
the binary, one with update checking enabled and other not, the binaries with
update checking enabled have the lrps-update-notify
prefix.
Lprs provides a command-line interface for managing your vaults. The following commands are available:
A local CLI vaults manager. For human and machine use
Usage: lprs [OPTIONS] <COMMAND>
Commands:
add Add new vault
remove Remove vault [alias `rm`]
list List your vaults and search [alias `ls`]
clean Clean the vaults file
edit Edit the vault content
gen Generate a password
get Get a entire vault or single field from it
export Export the vaults
import Import vaults
change-master-password Change the master password
completion Generate shell completion
help Print this message or the help of the given subcommand(s)
Options:
-f, --vaults-file <VAULTS_FILE> The vaults json file
-v, --verbose Show the logs in the stdout
-m, --master-password <MASTER_PASSWORD> The master password, or you will prompt it
-h, --help Print help
-V, --version Print version
You can find the full documentation for Lprs on the official website at https://lprs.4rs.nl.
Contributions to Lprs are welcome! If you would like to contribute, please follow the guidelines outlined in the CONTRIBUTING.md file.
This repository is mirrored on the following platforms:
Lprs is licensed under the GPL-3.0 License. This means that you are free to use, modify, and distribute the software under the terms of this license. Please refer to the LICENSE file for more details.