This bash script can be sourced to provide a bash function, oppw, that leverages fzf to find 1Password entries and display the password.
source op.bash;oppw
cp op.bash ~/;echo "source op.bash" >> .bashrc
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This bash script can be sourced to provide a bash function, oppw, that leverages fzf to find 1Password entries and display the password.
source op.bash;oppw
cp op.bash ~/;echo "source op.bash" >> .bashrc