From be02f18742c3f5f2b5a1bad47729314bfd5f0a15 Mon Sep 17 00:00:00 2001 From: Auke Willem Oosterhoff Date: Thu, 17 Mar 2016 10:03:39 +0100 Subject: [PATCH] Add LastPass CLI example. --- Examples.md | 7 +++++++ 1 file changed, 7 insertions(+) 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