Quick and dirty rofi frontend for passwordstore
YES I READ ROFI's README.MD's LAST LINE
BETA SOFTWARE
Rust 2018
passwordstore (pass)
rofi
cargo install --git https://github.com/rupansh/passmenu-rs.git --branch master
passmenu-rs [optional-command]
new- Generate a new passworddel- Delete a passwordinsert- Insert a password
otp- Get OTP passcodesotp insert- Insert OTP key as a url
Available Options
rofi_args- arguments for rofipass_cmd- optional password store commandpass_dir- optional password store directory from~/
example ~/.config/passmenu_rs (TOML format)
rofi_args = "-dpi 80 -show-icons -theme /home/rupansh/slate -lines 8 -padding 18 -width 120 -location 0 -sidebar-mode"
- General GUI improvements
- Implement other pass related commands
