refresh after edit, regenerate passwords in place
todo.txt: update
Force to prompt for a password on startup
Interactive pass frontend built with fzf. Built using POSIX-compliant shell.
Copy the passzf
script to a location on your $PATH
, like $HOME/.local/bin/
.
passfzf [-h|--help]
Keyboard shortcuts: return - echo password and copy to clipboard (wayland only) ctrl+e - edit selected password ctrl+n - new password (named as per the prompt) ctrl+d - delete selected password ctrl+g - regenerate selected password ctrl+j - move cursor down ctrl+k - move cursor up tab - tab complete esc/ctrl+c - exit
Integration with inotify to auto-reload when passwords change.
Resolve race condition with sway-launch terminal and clipman
that results in the `sleep 0.1` hack.