mirror of
https://github.com/stumpwm/stumpwm-contrib.git
synced 2026-09-10 07:26:25 -04:00
- PARSE-ID-LINES: Do the work in one pass. Don't build a list to pass to format to later iterate through it when we can pass the arguments directly. - Use REMOVE-if + predicate instead of LOOP/UNLESS/COLLECT - Don't use m-v-b is we only care about the primary value. - Use WHEN instead of (if .. .. nil) - Remove #+sbcl forms. - Minor Style changes, upcase format directives, use uninterned symbols for package designators and strings for system designators.
725 B
725 B
gnu-pw-mgr
This provides an interface to gnu-pw-mgr, GNU's password manager.
Specifically, this provides a command, password-to-selection, that
prompts you to enter a password ID and then offers a menu of seed
IDs. Upon selecting a seed ID, the (re-)generated password is copied
to the X selection (regardless of whether or not the password ID that
you entered is linked to an actual password that you use).
No further configuration is necessary within Stumpwm. You must use
the gnu-pw-mgr command-line tool to perform any password
manipulations; this package is only for retrieving passwords.
Author
Brandon Invergo brandon@invergo.net
License
GPL version 3 or, at your option, any later version.