https://github.com/vinc3m1/1pa
1Password Command Line Interface written in Go for Linux, Windows, MacOS
https://github.com/vinc3m1/1pa
1password cli golang linux
Last synced: 10 months ago
JSON representation
1Password Command Line Interface written in Go for Linux, Windows, MacOS
- Host: GitHub
- URL: https://github.com/vinc3m1/1pa
- Owner: vinc3m1
- License: mit
- Created: 2018-07-28T07:33:06.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2021-02-27T07:36:28.000Z (over 5 years ago)
- Last Synced: 2025-04-04T08:51:17.790Z (about 1 year ago)
- Topics: 1password, cli, golang, linux
- Language: Go
- Homepage:
- Size: 22.5 KB
- Stars: 36
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 1pa
1Password Command Line Interface written in Go

## Installation
1. [Install Go](https://golang.org/doc/install) (Go 1.8+ required)
2. `go get -u github.com/vinc3m1/1pa`
## Usage
1. run `1pa [~/Dropbox/path/to/1Password.opvault]`
2. type `/` to search through *all fields* except passwords, and use arrow keys to choose an item.
3. select an item to copy the password to clipboard
To show (unmask) and allow searching of passwords, use the `-s` flag: `1pa -s [path/to/opvault]`