diff options
Diffstat (limited to 'fish/functions/grep_lastpass.fish')
-rw-r--r-- | fish/functions/grep_lastpass.fish | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fish/functions/grep_lastpass.fish b/fish/functions/grep_lastpass.fish new file mode 100644 index 0000000..6b572ca --- /dev/null +++ b/fish/functions/grep_lastpass.fish @@ -0,0 +1,3 @@ +function grep_lastpass --description 'Fuzzy search in lastpass archive gpg file' + gpg -d -r matt@matthewlemon.com ~/Nextcloud/Documents/lastpass-export.gpg | grep $argv +end |