Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leitzler/gopass-tui
Terminal UI for pass/gopass
https://github.com/leitzler/gopass-tui
password-store tui
Last synced: 15 days ago
JSON representation
Terminal UI for pass/gopass
- Host: GitHub
- URL: https://github.com/leitzler/gopass-tui
- Owner: leitzler
- License: mit
- Created: 2017-05-06T21:59:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-05T19:42:50.000Z (almost 7 years ago)
- Last Synced: 2024-08-02T02:02:21.308Z (3 months ago)
- Topics: password-store, tui
- Language: Go
- Size: 18.6 KB
- Stars: 16
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-password-store - gopass-tui
README
# gopass-tui : Terminal UI for pass/gopass
[![Go Report Card](https://goreportcard.com/badge/github.com/leitzler/gopass-tui)](https://goreportcard.com/report/github.com/leitzler/gopass-tui)
[![License MIT](https://img.shields.io/badge/license-MIT-lightgrey.svg?style=flat)](LICENSE)This is a quick and dirty marriage between [gopass](https://github.com/justwatchcom/gopass) and [tui-go](https://github.com/marcusolsson/tui-go).
It currently supports searching for secrets and showing or copy them to clipboard.
Requires an existing password store.
## Installation
```
go get github.com/leitzler/gopass-tui
```## Usage
![](example.gif)