mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-19 00:53:42 -05:00
Add LastPass CLI example.
@@ -643,3 +643,10 @@ vs(){
|
|||||||
% . fzf-wrapper
|
% . fzf-wrapper
|
||||||
% [<ENV>...] __fzf_wrapper [<ARG>...]
|
% [<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