
Hello, Here is an amended patch featuring: - typo fixes in header description (`helloWorld` instead of the right function `passPrompt`, missing XPConfig instance on the binding example -- thanks OODavo on #irc) - another prompt `passGeneratePrompt` to generate a password for a given entry (update already existing entry) - another prompt `passRemovePrompt` to remove a password for a given entry I forgot to explicit that all those prompts auto-complete on existing entries. Thanks for considering adding this. Any suggestions on improvments is more than welcome. Cheers, ardumont writes:
Hello,
You will find enclosed a patch to propose a new XMonad.Prompt.Pass.
From the header description documentation:
-- Provides a shell prompt to lookup passwords in a password-storage (located on user's home @$HOME\/.password-store@). -- The password storage used is <http://git.zx2c4.com/password-store the password-store cli>. -- -- When one validates its input, the corresponding password is loaded -- in the clipboard for a limited period of 45 seconds. -- -- Greatly inspired from http://babushk.in/posts/combining-xmonad-and-pass.html
I'm open to any suggestions on how to improve on this.
Cheers, -- @ardumont
-- @ardumont