https://github.com/tasmo/passwmenu
wofi interface to pass
https://github.com/tasmo/passwmenu
pass wayland wofi
Last synced: over 1 year ago
JSON representation
wofi interface to pass
- Host: GitHub
- URL: https://github.com/tasmo/passwmenu
- Owner: tasmo
- License: mit
- Created: 2020-06-14T13:22:50.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2020-11-22T19:53:22.000Z (over 5 years ago)
- Last Synced: 2024-10-24T08:30:12.507Z (over 1 year ago)
- Topics: pass, wayland, wofi
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
`passwmenu` is a [wofi][]-based interface to [pass][], the standard Unix
password manager.
The design allows you to quickly copy a password to the
clipboard without having to open up a terminal window if you don't already have
one open. If `--type` is specified, the password is typed using [ydotool][]
instead of copied to the clipboard.
The differences to `passmenu` are:
- It's designed wayland rather the Xorg.
- It uses [gopass][] to get passwords without failures.
- Instead of `dmenu` it uses [wofi][].
# Usage
passwmenu [--type] [wofi arguments...]
[gopass]: https://github.com/gopasspw/gopass
[pass]: http://www.zx2c4.com/projects/password-store/
[wofi]: https://hg.sr.ht/~scoopta/wofi
[ydotool]: https://github.com/ReimuNotMoe/ydotool