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