summaryrefslogtreecommitdiff
path: root/scripts/desktop/dmenu-path
blob: da86257f24489f446f3f62fbb9de373d9916dce5 (plain)
1
2
3
#! /usr/bin/env sh
# https://github.com/ema/dotfiles/blob/fb7f5cab530daba74edefb9cecb401262db063a9/bin/dmenu_path
printf $PATH -print0 | tr ':' '\0' | uniq -z | xargs -0 ls -Llu --time-style=+%s 2>/dev/null | awk '/^(-|l)/ { printf $6" "$7"\n" }' | sort -rn | cut -d' ' -f 2