Remove PJ and back to old but accurate fd/awk duo
This commit is contained in:
parent
8b768597ed
commit
d09a3d6f5d
2 changed files with 2 additions and 2 deletions
|
|
@ -1,2 +1,2 @@
|
|||
# fallback to pj (https://github.com/josephschmitt/pj)
|
||||
# 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-
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue