m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 08:13:40 -05:00

Add LastPass CLI example.

Auke Willem Oosterhoff
2016-03-17 10:03:39 +01:00
parent b42b5a538e
commit be02f18742

@@ -643,3 +643,10 @@ vs(){
% . fzf-wrapper
% [<ENV>...] __fzf_wrapper [<ARG>...]
```
### LastPass CLI
Search through your LastPass vault with [LastPass CLI](https://github.com/lastpass/lastpass-cli) and copy password to clipboard.
```sh
$ lpass show -c --password $(lpass ls | fzf | awk '{print $(NF)}' | sed 's/\]//g')
```