mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 08:13:40 -05:00
Add LastPass CLI example.
@@ -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')
|
||||
```
|
||||
Reference in New Issue
Block a user