summaryrefslogtreecommitdiffstats
path: root/dmenu_path (follow)
Commit message (Expand)AuthorAgeFilesLines
* though sticking to |uniqGravatar Anselm R Garbe 2008-04-091-1/+1
* re-applied Peter Hartlich's and Jukkas dmenu-related patches, for odd reasons...Gravatar Anselm R Garbe 2008-04-091-8/+8
* I agree with the race fix of JG, but I dislike the SUSV3-breaking find, and I...Gravatar Anselm R. Garbe 2007-05-241-17/+17
* Fix the uptodate logic (uptodate if !find newer dirs than the cache).Gravatar Kris Maglione 2007-05-231-2/+2
* Silence the first find in dmenu_path.Gravatar Kris Maglione 2007-05-231-1/+1
* Fix grouping in dmenu_path.Gravatar Kris Maglione 2007-05-231-1/+1
* Changed dmenu_path (fixed race, improved speed, check that $PATH is the same ...Gravatar Kris Maglione 2007-05-231-16/+17
* made dmenu_path the way anydot proposed in response to JukkaGravatar Anselm R. Garbe 2007-05-231-15/+8
* applied Jukka's fixGravatar Anselm R. Garbe 2007-05-231-4/+6
* applied anydot's dmenu_path caching patch, thank you!Gravatar Anselm R. Garbe 2007-05-141-5/+26
* I also dislike sort -u, I support that each Unix tool does one job and does i...Gravatar Anselm R. Garbe 2007-02-241-1/+1
* using the old-style fashion we uses earlierGravatar Anselm R. Garbe 2007-02-231-1/+8
* ok 2.4.2Gravatar Anselm R. Garbe 2007-02-231-1/+1
* hotfixGravatar Anselm R. Garbe 2007-02-231-1/+1
* added dmenu_path convenience scriptGravatar Anselm R. Garbe 2007-02-231-0/+2
/span> 2024-09-09updated gitignoreGravatar BanceDev 2-1/+2 2024-09-09fixed wrapping bug due to not using updated prompt_lengthGravatar BanceDev 1-3/+6 2024-09-09added stripping of escape sequences from prompt size to allow for coloringGravatar BanceDev 1-5/+26 2024-09-09added support for init.lua for configuring shellGravatar BanceDev 8-38/+180 2024-09-09docs: update pathGravatar Christopher Lane 1-1/+1 Updated the path to the example script and fixed a typo in the readme 2024-09-08added getenv and putenv to Lua APIGravatar BanceDev 2-5/+33 fixed bug where terminal closed upon encountering Lua error 2024-09-08added lua api functions for indexing historyGravatar BanceDev 2-0/+35 2024-09-08added support for cli args for lua scriptsGravatar BanceDev 4-3/+28 2024-09-07added --version flagGravatar BanceDev 1-1/+9 2024-09-07fixed error in install.sh instructionsGravatar BanceDev 1-1/+1 2024-09-07fixed bug with cursor alignment when adding text within the bufferGravatar BanceDev 1-1/+11 2024-09-06added API guide to readmeGravatar BanceDev 1-1/+5 2024-09-06Update README.mdGravatar Lance Borden 1-1/+1 2024-09-06better readmeGravatar BanceDev 2-2/+14