tools

various tools I have been using throughout the years
Log | Files | Refs | README | LICENSE

README.md (605B)


      1 # pmn
      2 
      3 Mind-numbingly simple password selection utility for the `pass` password manager that works on Wayland, X11 and macOS.
      4 
      5 ![](pmn.png)
      6 
      7 ## Dependencies
      8 
      9 - [`fzf`](https://github.com/junegunn/fzf) - Command-line fuzzy finder.
     10 - [`pass`](https://www.passwordstore.org/) - The standard unix password manager.
     11 - [`pass-otp`](https://github.com/tadfisher/pass-otp) - pass extension for managing one-time-password tokens (optional).
     12 
     13 ## Usage
     14 
     15 ```bash
     16 zig build -Doptimize=ReleaseSafe
     17 ./zig-out/bin/pmn
     18 ```
     19 
     20 > Set `PASSWORD_STORE_DIR` if your password store is not at the default `~/.password-store` path.