password-store

Simple password manager using gpg and ordinary unix directories
git clone https://git.zx2c4.com/password-store
Log | Files | Refs | README | LICENSE

README.md (970B)


      1 `passmenu` is a [dmenu][]-based interface to [pass][], the standard Unix
      2 password manager. This design allows you to quickly copy a password to the
      3 clipboard without having to open up a terminal window if you don't already have
      4 one open. If `--type` is specified, the password is typed using [xdotool][]
      5 instead of copied to the clipboard.
      6 
      7 On wayland [dmenu-wl][] is used to replace dmenu and [ydotool][] to replace xdotool.
      8 Note that the latter requires access to the [uinput][] device, so you'll probably
      9 need to add an extra udev rule or similar to give certain non-root users permission.
     10 
     11 # Usage
     12 
     13     passmenu [--type] [dmenu arguments...]
     14 
     15 [dmenu]: http://tools.suckless.org/dmenu/
     16 [xdotool]: http://www.semicomplete.com/projects/xdotool/
     17 [pass]: http://www.zx2c4.com/projects/password-store/
     18 [dmenu-wl]: https://github.com/nyyManni/dmenu-wayland
     19 [ydotool]: https://github.com/ReimuNotMoe/ydotool
     20 [uinput]: https://www.kernel.org/doc/html/v4.12/input/uinput.html