/1pass

A simple gui for 1password-cli

Primary LanguageGo

1pass

GUI for 1password cli
Since linux doesn't have a 1password client, this is a simple way to access passwords in 1password

Status

This is by no mean a full featured 1password client, this is just a convenient way to access your 1password vault (potentially from a key binding). This project is still work in progress, but essential parts are working now.

Demo

After logging in, you're going to be remembered for 30min.
You can navigate the list with your arrow keys.
Pressing ctrl-c on an item will copy the password into your clipboard (if there is a password).
Pressing enter will open the item in detail.

Build

You need to install qt for go first. You can find building instructions for qt applications too. Since custom constructor/signal is used, qtmoc needs to run before qtdeploy.