Files
blog/content/posts/passmenu.md
T
2018-09-14 17:32:59 +02:00

19 lines
700 B
Markdown

---
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.