m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/contrib/dmenu/passmenu
AgeCommit message (Collapse)Author
2016-02-07dmenu: read likes -rJason A. Donenfeld
2016-02-06passmenu: group commandsJason A. Donenfeld
2016-02-05passmenu: Use faster built-inJason A. Donenfeld
2016-02-05passmenu: don't use awkJason A. Donenfeld
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?
2015-07-24passmenu: Space to tabsChris Down
It seems this file doesn't use spaces any more.
2015-07-24passmenu: Only pass first line to xdotoolChris Down
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.
2015-07-24passmenu: Read from stdin when using xdotool to type passwordChris Down
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.
2014-06-29passmenu: type text with xdotoolJason A. Donenfeld
Suggested-by: Christoph Egger <christoph@christoph-egger.org>
2014-04-24dmenu: hide outputJason A. Donenfeld
2014-04-24Allow overridable bash.Jason A. Donenfeld
2014-04-24dmenu: check for empty instead of ret codeJason A. Donenfeld
2014-04-23contrib: import passmenuJason A. Donenfeld