about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xmless5
1 files changed, 5 insertions, 0 deletions
diff --git a/mless b/mless
index 0f02078..a4dfdef 100755
--- a/mless
+++ b/mless
@@ -17,6 +17,11 @@ hdr { print fg(120, $0); next }
 	exit $?
 fi
 
+if [ "$#" -eq 0 ] && ! [ -t 0 ]; then
+	msetseq >/dev/null
+	set -- :
+fi
+
 curcmd=$(mseq -n "$@" |
 	awk -v cur=$(mseq -n .) '$1 == cur {print "+" FNR ":x"; quit}')