Skip to content

karsai5/alfred-keepass-workflow

Repository files navigation

KeePass-Alfred-Workflow

Alfred workflow for accessing Keepass items.

Usage

  1. Search for passwords in your keepass db by typing "pass "
  2. Crl+c will copy the password. Hitting enter will type the password wherever your cursor is.

Installation

  1. Grab the latest .alfredworkflowfile from the releases page.
  2. Install it by dragging and drop it into the workflow tab of Alfred's preferences.
  3. Set the db location by typing "pass-set-dblocation " into Alfred. Set database location
  4. Set your master password by typing pass-set-password into Alfred. Set master password
  5. (Optional) Set your keyfile location by typing "pass-set-keyfile " into Alfred. Set keyfile location

Lots of thanks!

This project wouldn't be possible without the following:

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.