Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)