From 5c44846b1028caf4dfc9c59f431279fad71777c0 Mon Sep 17 00:00:00 2001 From: Ville Rantanen Date: Wed, 24 Mar 2021 21:02:05 +0200 Subject: [PATCH] tabview mimic ncsv --- tsv/sqlite3ncsv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsv/sqlite3ncsv b/tsv/sqlite3ncsv index 4e6f821..68853d0 100755 --- a/tsv/sqlite3ncsv +++ b/tsv/sqlite3ncsv @@ -37,7 +37,7 @@ sqlfile="$1" } VIEWER=ncsv which ncsv > /dev/null || { - VIEWER="tabview -" + VIEWER="tabview -w max -" which tabview > /dev/null || VIEWER="cat -" }