Skip to content

[BASH] [MIRROR] a simple promt based on dmenu or rofi, as frontend to passwordstore

Notifications You must be signed in to change notification settings

JayVii/Passmenu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Passmenu

custom 1-line script to ease the usage of "pass" passwordmanager.

Requirements

You need to set up pass & GPG correctly. It's a good idea to bind this script to a hotkey.

How it works

Pipes all your stored passwords (pass -ls) into dmenu. Gets rid of all leading symbols (|-- and `--). Saves the password for 45 seconds in your clipboard.

Just run the script, type the first letters of your container (eg: twitter.com) and press enter/return. Pinetry will promt you for your gpg-password, afterwards. The container's password will remain in your clipboard for 45 seconds.

pass show -c $(pass ls | sed "s/|--//g" | sed "s/\`--//g" | sed "s/Password Store//g" | dmenu -b -p Passmenu)

About

[BASH] [MIRROR] a simple promt based on dmenu or rofi, as frontend to passwordstore

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages