aboutsummaryrefslogtreecommitdiffstats
path: root/fish/functions/grep_lastpass.fish
blob: 6b572ca4d4e2d38c735ee0382e8b9364f7eb4c15 (plain) (blame)
1
2
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