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
- Host: GitHub
- URL: https://github.com/petergrace/opbash
- Owner: PeterGrace
- Created: 2019-02-26T03:02:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-26T03:25:32.000Z (about 7 years ago)
- Last Synced: 2025-04-09T08:44:44.486Z (12 months ago)
- Topics: 1password-cli, fzf-scripts
- Language: Shell
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)