2 lines
168 B
Cheetah
2 lines
168 B
Cheetah
# fallback to 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-
|