From fa62dfe28fd424192a7684c8af2736af48f46ee7 Mon Sep 17 00:00:00 2001 From: James McDonald Date: Fri, 14 Sep 2018 17:29:49 +0200 Subject: [PATCH] Add passmenu post --- content/posts/passmenu.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 content/posts/passmenu.md 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.