Fuzzy-find with lastpass-cli
This is just a bash script, so:
-
Clone this repository
git clone https://github.com/noahsc0tt/fuzzpass cd fuzzpass -
Make the script executable
chmod +x fuzzpass.sh
-
Put it somewhere on your path
cp fuzzpass.sh /usr/local/bin/fuzzpass
The filename should be the command you would like to invoke the tool with
-
Ensure you are logged into lastpass-cli with
lpass statusandlpass login -
Run the name of the executable
Usage: fuzzpass [OPTIONS]
If no options are provided, the password of the selected entry will be copied to clipboard
Options:
-s, --show Show the entry details
-u, --username Copy the username to clipboard
-e, --edit Edit the entry
-r, --remove Remove the entry
-h, --help Show this help message