summaryrefslogtreecommitdiff
path: root/dmenu_path
AgeCommit message (Collapse)Author
2024-06-24update patch: dmenu_omit - refresh cache on dmenu_omit file changeHEADmasterSteph Enders
Regardless of how the dmenu_omit file is edited, if newer than the cache regenerate the cache!
2024-06-24add patch: dmenu_omit - filter omitted entriesSteph Enders
dmenu_omit is a filtering tool that appends any supplied entries to a list of items to filter from the dmenu result. This allows the user to remove troublesome items that exist in path, that need to exist in path, but are useless from dmenu. dmenu_omit is the command line tool to append these items to the list. dmenu_path was modified to filter based on the items in this list. dmenu_omitlist is the file stored in your configdir containing these files. Makefile was updated to install/uninstall the dmenu_omit
2019-02-12make dmenu_path script executableHiltjo Posthuma
(as dmenu_run is)
2018-07-21dmenu_path: always use the cachedirQuentin Rameau
2012-07-30dmenu_run: Split cache logic to dmenu_path againQuentin Glidic
This allows to run dmenu_path to update the cache using a packager manager hook system
2011-06-13new dmenu_runConnor Lane Smith
2011-06-13new lsx branchConnor Lane Smith
2011-05-14only match linksConnor Lane Smith
2011-05-14follow symlinksConnor Lane Smith
2011-05-14whoops, wrong dmenu_path versionConnor Lane Smith
2011-05-14fast dmenu_path scriptConnor Lane Smith
2010-10-08dmenu_path.c (shell is a bottleneck)Connor Lane Smith
2010-08-02fixed bugs, no more config.h, updated manpage, new libdrawConnor Lane Smith
2008-04-09though sticking to |uniqAnselm R Garbe
2008-04-09re-applied Peter Hartlich's and Jukkas dmenu-related patches, for odd ↵Anselm R Garbe
reasons they disappeared
2007-05-24I agree with the race fix of JG, but I dislike the SUSV3-breaking find, and ↵Anselm R. Garbe
I don't care about PATH changes, keep it simple, stupid
2007-05-23Fix the uptodate logic (uptodate if !find newer dirs than the cache).Kris Maglione
2007-05-23Silence the first find in dmenu_path.Kris Maglione
2007-05-23Fix grouping in dmenu_path.Kris Maglione
2007-05-23Changed dmenu_path (fixed race, improved speed, check that $PATH is the same ↵Kris Maglione
as the last run).
2007-05-23made dmenu_path the way anydot proposed in response to JukkaAnselm R. Garbe
2007-05-23applied Jukka's fixAnselm R. Garbe
2007-05-14applied anydot's dmenu_path caching patch, thank you!Anselm R. Garbe
2007-02-24I also dislike sort -u, I support that each Unix tool does one job and does ↵Anselm R. Garbe
it right ;)
2007-02-23using the old-style fashion we uses earlierAnselm R. Garbe
2007-02-23ok 2.4.2Anselm R. Garbe
2007-02-23hotfixAnselm R. Garbe
2007-02-23added dmenu_path convenience scriptAnselm R. Garbe