Skip to content

brunnre8/gopass

This branch is 11 commits ahead of, 3 commits behind cortex/gopass:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1066f31 · Nov 20, 2016

History

75 Commits
Nov 20, 2016
 
 
Dec 14, 2015
Sep 15, 2016
Sep 26, 2016
Dec 13, 2015
Nov 20, 2016
Nov 20, 2016
Nov 20, 2016
Sep 15, 2016
Sep 15, 2016
Sep 15, 2016
Sep 15, 2016
Dec 13, 2015
Dec 13, 2015

Repository files navigation

This is a fork!

I dislike magenta, so the color scheme in this fork is base on gruvbox

Simple UI for password-store

Screenshot

This is a very simple read-only UI for searching the passwords in your http://www.passwordstore.org/ password store. It is written in Go.

I wrote it because I wanted something with a simpler UI than QTPass, and the C++ code made me scared. This does only what I want with a fraction of the lines of code. It also has pretty colors!

Decryption is handled by GPGME, so hopefully whatever gpg agent you are running should just work.

Usage

Type in the search box to find the password you want. Hit enter to put it in the clipboard. Currently, you can only copy the first line in the file (which is where you probably have your password).

VIM keybindings are supported for selecting an entry (Ctrl-J, Ctrl-K). Ctrl-L selects the search box.

Install

If you have go installed: go get github.com/cortex/gopass

For building, you need to install the genqrc command from github.com/limetext/qml-go

Pre-built binaries coming soon.

This might work on OSX, but I haven't tried building it.

Pull requests are very welcome!

Licence: GPLv3

About

Gopass: A simple password-store GUI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 78.8%
  • QML 20.5%
  • Makefile 0.7%