commit eb3177e989ec12a2e2e47c3b06fb14fbb217e188
Author: Emanuele Rocca <[email protected]>
Date: Wed Feb 26 13:07:32 2014 +0100
dmenu scripts: mention dmenu_path_recent
diff --git a/tools.suckless.org/dmenu/scripts/index.md
b/tools.suckless.org/dmenu/scripts/index.md
index 5dfa110..acaed6a 100644
--- a/tools.suckless.org/dmenu/scripts/index.md
+++ b/tools.suckless.org/dmenu/scripts/index.md
@@ -11,5 +11,8 @@ Download
[source](https://bbs.archlinux.org/viewtopic.php?id=56646&p=12)
* [todo](todo): one task per line. Write a new task, or valid an old
task to remove it.
-
-
+*
[dmenu_path_recent](https://github.com/ema/dotfiles/blob/master/bin/dmenu_path)
+ : dmenu_path implementation listing recent commands first. Similar to
+ [run-recent](run-recent), but it uses atime to find recently executed commands
+ rather than a cache. As such, it also takes into account programs executed
from
+ the terminal.