pass is the standard Unix password manager. And I just wrote a slightly friendlier, clickier interface with urwid and Python.

Project page

Screenshots

GitHub

Downloads (PyPI)

upass is using urwid, which means it has a friendly full-screen console interface. It shows your directory structure (with flattened subdirectories) and calls pass when requested. (It does not use pass -c due to subprocessing issues, instead opting for a manual copy — note that the clipboard will not be cleared).

If you want to see how it looks, check out the screenshots gallery.

upass is under development (and was initially written in one evening). If you have ideas, bugs, or want to help, hop over to the GitHub page.

You can install upass from PyPI (with pip install upass). Arch Linux users can install the upass package from the AUR.