diff --git a/Examples.md b/Examples.md index 3b8b50a..7d67d7a 100644 --- a/Examples.md +++ b/Examples.md @@ -643,3 +643,10 @@ vs(){ % . fzf-wrapper % [...] __fzf_wrapper [...] ``` + +### 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') +``` \ No newline at end of file