haslo
v0.2.1
Published
A console inquirer-based UI interface for pass (.password-store) π€ π π¦
Downloads
18
Maintainers
Readme
haslo π€ π π¦
hasΕo means password in Polish. π΅π±
A console-native inquirer.js-based UI for pass (.password-store) with case-insensitive autocomplete for entries search.
Whoa!
Install π
npm install -g haslo
Usage πΈ
$ 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
Features π
console-native
case-insensitive autocomplete
copy and show actions
just uses
pass
under-the-hood
Security π‘οΈ
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.