about summary refs log tree commit diff
path: root/contrib/lrls
blob: fc4b14993591c87f082ba07bc0d42193514b6962 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh
# lrls - lr with GNU ls style output

color=
[ -t 1 ] && color=-GG

lr $color -A1s  -t '!type == d || depth > 0' "$@" |git column --mode=dense --pad=2