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 -" }