diff --git a/content/posts/passmenu.md b/content/posts/passmenu.md new file mode 100644 index 0000000..f5b463f --- /dev/null +++ b/content/posts/passmenu.md @@ -0,0 +1,18 @@ +--- +title: "Passmenu pass frontend for macOS" +date: 2018-09-14T17:28:50+02:00 +author: James McDonald +type: post +categories: + - Tech +--- + +I use [pass](https://www.passwordstore.org) 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](https://github.com/jamesmcdonald/passmenu) +along with any [releases](https://github.com/jamesmcdonald/passmenu/releases) I +build.