I use pass for all my password-storage needs.
It’s a simple shell wrapper around GPG and git and it works really nicely. On
Linux, I use the passmenu
dmenu script to quickly look up passwords and copy
them to the clipboard, and I was very much missing that feature on my Mac.
So being that sort, I learned some Swift and some Cocoa and made a little tool to do just that. The code is on github along with any releases I build.