aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib/dmenu/passmenu (follow)
Commit message (Collapse)AuthorAgeFilesLines
* passmenu: add support for waylandsternenseemann2021-06-111-3/+13
| | | | | | | | | | | | Use a similar detection mechanism to pass itself. On wayland use: * dmenu-wl instead of dmenu, an (almost) drop-in replacement * ydotool instead of xdotool, a uinput-based replacement for xdotool. It is not as feature-complete, but probably the simplest (or only?) way to add the --type functionality to passmenu on wayland.
* passmenu: Don't eat whitespace at beginning/end of passwordDaniel Lublin2017-09-151-1/+1
| | | | | If IFS (Input Field Separator) is not emptied, read will actually strip spaces and tabs at the beginning/end end of the "line".
* dmenu: read likes -rJason A. Donenfeld2016-02-071-1/+1
|
* passmenu: group commandsJason A. Donenfeld2016-02-061-1/+1
|
* passmenu: Use faster built-inJason A. Donenfeld2016-02-051-1/+1
|
* passmenu: don't use awkJason A. Donenfeld2016-02-051-2/+1
| | | | | | | | Prof. Aho always seemed neat, but parsing a script inside a script for the simple purpose of removing the trailing new line seems a bit absurd. So, instead use two processes! One for getting the first line and one for removing the trailing line. Everybody loves more calls to fork(), right?
* passmenu: Space to tabsChris Down2015-07-241-2/+2
| | | | It seems this file doesn't use spaces any more.
* passmenu: Only pass first line to xdotoolChris Down2015-07-241-1/+3
| | | | | In 87ec1489fa98, I forgot that some people like to store more than one line in their password files. We should only pass the first line to xdotool.
* passmenu: Read from stdin when using xdotool to type passwordChris Down2015-07-241-1/+1
| | | | | | | This works around a bug in xdotool parsing when encountering quotes, see https://github.com/jordansissel/xdotool/issues/72. Thanks to Gerd Wachsmuth for the report.
* passmenu: type text with xdotoolJason A. Donenfeld2014-06-291-1/+13
| | | | Suggested-by: Christoph Egger <christoph@christoph-egger.org>
* dmenu: hide outputJason A. Donenfeld2014-04-241-1/+1
|
* Allow overridable bash.Jason A. Donenfeld2014-04-241-1/+1
|
* dmenu: check for empty instead of ret codeJason A. Donenfeld2014-04-241-1/+1
|
* contrib: import passmenuJason A. Donenfeld2014-04-231-0/+12