Xinqi Bao's Git
2 CACHE
=$HOME/.dmenu_cache
11 test "$(echo "$PATH")" = "$(sed 1q "$CACHE")" &&
12 qfind
$PATH -maxdepth 0 -newer $CACHE
19 qfind
$PATH -type f
-maxdepth 1 '(' -perm -u+x
-o -perm -g+x
-o -perm -o+x
')' |
20 sed 's,.*/,,' |
sort |
uniq