about summary refs log tree commit diff
path: root/contrib/lrls
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/lrls')
-rwxr-xr-xcontrib/lrls8
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/lrls b/contrib/lrls
new file mode 100755
index 0000000..fc4b149
--- /dev/null
+++ b/contrib/lrls
@@ -0,0 +1,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
+