Crates.io | rupass |
lib.rs | rupass |
version | 0.1.2 |
source | src |
created_at | 2022-07-29 02:25:01.935072 |
updated_at | 2022-07-29 06:02:48.49544 |
description | This is a command line and geek style password manager written in Rust. |
homepage | https://github.com/lijing-2008/rupass |
repository | https://github.com/lijing-2008/rupass |
max_upload_size | |
id | 634797 |
size | 51,181 |
To install rupass, use package manager:
cargo install rupass
By default, this command will download the crate and compile the binary file and then copy it to ~/.cargo/bin/
, if you have already set enviroment variables, you can run with rupass
then.
Run rupass --help
to see the details:
First you need to init your database to store your account info, the default dir is in your home dir: e.g.~/.rupass
.
rupass init
You need an entry password you must remember, but now, it's no use, maybe in use few days later.
rupass add
You need input info below:
*
, you can show it with Ctrl+R
)rupass search
Just input the keyword, there is a suggester for you! You can select which you want.
rupass delete
You need input the entire account info, such as baidu.com<admin>
.
in fact, you don't need to input the entire info, just select from the suggester which you need to delete.