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.
- Host: GitHub
- URL: https://github.com/fd/1pwd
- Owner: fd
- License: mit
- Created: 2015-11-26T12:59:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-26T15:04:28.000Z (over 10 years ago)
- Last Synced: 2023-04-13T14:31:23.302Z (over 3 years ago)
- Language: Go
- Size: 85.9 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]
```