alfred-keepass-workflow
alfred-keepass-workflow copied to clipboard
Alfred workflow for accessing Keepass items.
KeePass-Alfred-Workflow
Alfred workflow for accessing Keepass items.
Usage
- Search for passwords in your keepass db by typing "pass
" - Crl+c will copy the password. Hitting enter will type the password wherever your cursor is.
Installation
- Grab the latest .alfredworkflowfile from the releases page.
- Install it by dragging and drop it into the workflow tab of Alfred's preferences.
- Set the db location by typing "pass-set-dblocation
" into Alfred. - Set your master password by typing pass-set-password
into Alfred. - (Optional) Set your keyfile location by typing "pass-set-keyfile
" into Alfred.
Lots of thanks!
This project wouldn't be possible without the following:
- kpcli by Lester Hightower: A command line application for accessing keepass database files.
- Alfred-workflow: A helper library in Python for authors of workflows for Alfred 2 and 3.
Security note
Your password is currently stored in the osx keychain. In the future I'm looking at also having the option to have it prompt you for it everytime to make things a bit more secure.