Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codecentric/gopass-ui
gopass CLI + UI = visual cross-platform password manager for teams
https://github.com/codecentric/gopass-ui
git gopass gpg pass password-manager password-store security ui
Last synced: about 6 hours ago
JSON representation
gopass CLI + UI = visual cross-platform password manager for teams
- Host: GitHub
- URL: https://github.com/codecentric/gopass-ui
- Owner: codecentric
- License: mit
- Created: 2018-10-29T11:51:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T13:44:58.000Z (almost 2 years ago)
- Last Synced: 2024-12-19T10:08:30.713Z (7 days ago)
- Topics: git, gopass, gpg, pass, password-manager, password-store, security, ui
- Language: TypeScript
- Homepage:
- Size: 81 MB
- Stars: 250
- Watchers: 7
- Forks: 18
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gopass UI [![Latest release](https://img.shields.io/github/release/codecentric/gopass-ui.svg)](https://github.com/codecentric/gopass-ui/releases/latest)
## What is Gopass and Gopass UI?
> [Gopass](https://github.com/gopasspw/gopass) is a rewrite of the pass password manager in Go with the aim of making it cross-platform and adding additional features – (Taken from Github)
`Gopass UI` is wrapping `gopass` from your command line. It makes your life easier by providing a graphical user interface to search and manage your secrets. It looks like this:
In addition there is a search window that can be opened with `(cmd || ctrl) + shift + p`.
## How can I use it?
For most platforms just [download the latest packaged application](https://github.com/codecentric/gopass-ui/releases/latest) from our releases and install it. We provide binaries for MacOS, Windows and Linux (deb, RPM, snap, AppImage, Gentoo). For more details see [supported platforms and packages](docs/platforms-and-packages.md).
Of course, you need to have [Gopass](https://github.com/gopasspw/gopass) up and running. We also recommend to use a dialog-based PIN-entry-tool for typing in GPG passphrases like [pinentry-mac for MacOS](https://formulae.brew.sh/formula/pinentry-mac) instead of using the default terminal-based.
### Platform notice
We'll only test the MacOS builds and **are not able to offer support for Linux and Windows releases**. We are happy to review your pull requests addressing any of such issues.
## Issues and Contribution
Feel free to report any usage issue. We are very keen about your feedback and appreciate any help.
You'd like to help us developing Gopass UI? Awesome! We are looking forward to your pull requests, issues and participation in discussion.## Development
See how to get started in our [development documentation](docs/development.md).