dotfiles

personal configuration files and scripts
git clone https://tongong.net/git/dotfiles.git
Log | Files | Refs | README

README.md (547B)


      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 # Usage
      8 
      9     passmenu [--type] [dmenu arguments...]
     10 
     11 [dmenu]: http://tools.suckless.org/dmenu/
     12 [xdotool]: http://www.semicomplete.com/projects/xdotool/
     13 [pass]: http://www.zx2c4.com/projects/password-store/