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

https://github.com/petergrace/opbash

fzf helper for 1Password CLI
https://github.com/petergrace/opbash

1password-cli fzf-scripts

Last synced: 8 months ago
JSON representation

fzf helper for 1Password CLI

Awesome Lists containing this project

README

          

# opbash
This bash script can be sourced to provide a bash function, oppw, that leverages fzf to find 1Password entries and display the password.

## usage
`source op.bash;oppw`

## installation (example)
`cp op.bash ~/;echo "source op.bash" >> .bashrc`

## prerequisites

* [1Password CLI](https://support.1password.com/command-line/)
* [fzf](https://github.com/junegunn/fzf)
* [jq](https://stedolan.github.io/jq/)