mirror of
https://gitea.zaclys.com/yannic/dotfiles.git
synced 2026-05-23 19:37:28 +02:00
3 lines
188 B
Cheetah
3 lines
188 B
Cheetah
# no cache but more accurate than pj (https://github.com/josephschmitt/pj)
|
|
fd -H -d 7 -t d -E .git -E .gitlab . "{{ .projectdir }}" | awk '{ print length, $0 }' | sort -n | cut -d' ' -f2-
|