Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dnknth/mac-pass
Menu icon for the standard *nix password manager
https://github.com/dnknth/mac-pass
macos password-store
Last synced: 15 days ago
JSON representation
Menu icon for the standard *nix password manager
- Host: GitHub
- URL: https://github.com/dnknth/mac-pass
- Owner: dnknth
- License: mit
- Created: 2023-05-05T21:10:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-03T16:28:21.000Z (over 1 year ago)
- Last Synced: 2024-11-23T13:21:10.928Z (3 months ago)
- Topics: macos, password-store
- Language: Shell
- Homepage:
- Size: 225 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Mac-Pass
People who like to keep their passwords to themselves use [Pass](https://www.passwordstore.org).
However, a decent MacOS integration seemed to be wanting.
Mac-Pass is a simple menu dropdown that copies the selected password
to the clipboard for some time (45 seconds by default).![Screenshot](screenshot.png)
It also supports OTP tokens if the appropriate `pass` extension (`pass-otp` in Homebrew) is present.
To use it, simply place an OTP URL (`otpauth://totp/...`) in the first line of a password file.## Credits
The app was made with [Platypus](https://sveinbjorn.org/platypus), a great way to turn some measly lines of shell code into a Mac app.
The shell script borrows heavily from [passmenu](https://git.zx2c4.com/password-store/tree/contrib/dmenu/passmenu).