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