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

https://github.com/fd/1pwd

:lock: 1pwd :unlock: A command-line tool for searching 1Password vaults.
https://github.com/fd/1pwd

Last synced: 8 days ago
JSON representation

:lock: 1pwd :unlock: A command-line tool for searching 1Password vaults.

Awesome Lists containing this project

README

          

# 1pwd

:lock: 1pwd :unlock: A command-line tool for searching 1Password vaults.

## Install

Install `fzf` ([instructions](https://github.com/junegunn/fzf#installation))

```sh
GO15VENDOREXPERIMENT=1 go get github.com/fd/1pwd/cmd/...
```

## Usage

```sh
# get a single entry
1pwd [--vault=PATH] get ID [FIELD] [--json]

# search for an entry
1pwd [--vault=PATH] search [FIELD] [--query=QUERY] [--type=TYPE] [--json]
```