Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cortex/gopass
Gopass: A simple password-store GUI
https://github.com/cortex/gopass
Last synced: 4 days ago
JSON representation
Gopass: A simple password-store GUI
- Host: GitHub
- URL: https://github.com/cortex/gopass
- Owner: cortex
- License: gpl-3.0
- Created: 2015-12-12T17:05:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-07T11:31:17.000Z (over 7 years ago)
- Last Synced: 2024-08-02T02:02:24.668Z (3 months ago)
- Language: Go
- Homepage:
- Size: 191 KB
- Stars: 189
- Watchers: 11
- Forks: 13
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-password-store - gopass - store. (UNMAINTANED) (Interfaces / All other extensions)
README
[UNMAINTANED] I have decided to continue development with [Ripasso](https://github.com/cortex/ripasso) instead! Check it out! If you are curious why, I wrote [this](http://lundborg.io/blog/Gopass-is-dead-long-live-Ripasso/)
## Simple UI for password-store
![Screenshot](screencast.gif)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](https://qtpass.org/), 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](https://www.gnupg.org/%28es%29/related_software/gpgme/index.html), 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