hasΕo means password in Polish. π΅π±
A console-native inquirer.js-based UI for pass (.password-store) with case-insensitive autocomplete for entries search.
-
console-native
-
password entries search with case-insensitive autocomplete
-
copy and show actions
-
just uses
pass
under-the-hood
Whoa!
npm install -g haslo
$ haslo
? Find: socia
β― social/Facebook/XXXXXXXXXXXXXXX
social/Google/XXXXXXXXXXXXXXX
social/Linkedin/XXXXXXXXXX
(Move up and down to reveal more choices)
? Action on social/Facebook/XXXXXXXXXXXXXXX (Use arrow keys)
β― Copy password
Copy user
Copy URL
Show
Go back
It doesn't try to read your GPG-encrypted passwords, but leaves that job to pass
instead. Uses glob to search through store's directories, with inquirer.js's powerful case-insensitive autocomplete. Calls pass
binary afterwards with proper parameters to act on the entry.