Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dmenu: read likes -r | Jason A. Donenfeld | 2016-02-07 | 1 | -1/+1 |
| | |||||
* | passmenu: group commands | Jason A. Donenfeld | 2016-02-06 | 1 | -1/+1 |
| | |||||
* | passmenu: Use faster built-in | Jason A. Donenfeld | 2016-02-05 | 1 | -1/+1 |
| | |||||
* | passmenu: don't use awk | Jason A. Donenfeld | 2016-02-05 | 1 | -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 tabs | Chris Down | 2015-07-24 | 1 | -2/+2 |
| | | | | It seems this file doesn't use spaces any more. | ||||
* | passmenu: Only pass first line to xdotool | Chris Down | 2015-07-24 | 1 | -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 password | Chris Down | 2015-07-24 | 1 | -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 xdotool | Jason A. Donenfeld | 2014-06-29 | 1 | -1/+13 |
| | | | | Suggested-by: Christoph Egger <christoph@christoph-egger.org> | ||||
* | dmenu: hide output | Jason A. Donenfeld | 2014-04-24 | 1 | -1/+1 |
| | |||||
* | Allow overridable bash. | Jason A. Donenfeld | 2014-04-24 | 1 | -1/+1 |
| | |||||
* | dmenu: check for empty instead of ret code | Jason A. Donenfeld | 2014-04-24 | 1 | -1/+1 |
| | |||||
* | contrib: import passmenu | Jason A. Donenfeld | 2014-04-23 | 1 | -0/+12 |