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

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

Awesome Lists containing this project

README

          

# 1pa
1Password Command Line Interface written in Go

![1pa_demo4](https://user-images.githubusercontent.com/498852/43388441-fd6d1e92-939d-11e8-87b4-c05de73a66b7.gif)

## 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]`