Simple command-line password manager with support for all the password saving functionality you need, along with adding notes to your saved passwords
Get help by using the passman help
or passman --help
commands
To install via cargo, you will need rustup and the latest stable compiler via rustup install stable
Then, run
shell
cargo install pass-man
Alternatively, you can download the latest release from GitHub
(Only Windows for now) and add the .exe path to your PATH
environment variable
Use passman help
or passman --help
to see the available commands, or use passman help <command>
or
passman <command> --help
to get help for a specific command
If you get an error saying No such file or directory
, manually create the file yourself. For example, create a default
file with touch $HOME/.passman.json
First, make sure you have rustup installed & the latest stable version of Rust
(via rustup install stable
).
git clone
the repository & cd
into it, then run cargo build
for a debug build, or cargo build --release
for a release build