tabview mimic ncsv

This commit is contained in:
Ville Rantanen
2021-03-24 21:02:05 +02:00
parent 72310083f6
commit 5c44846b10

View File

@@ -37,7 +37,7 @@ sqlfile="$1"
} }
VIEWER=ncsv VIEWER=ncsv
which ncsv > /dev/null || { which ncsv > /dev/null || {
VIEWER="tabview -" VIEWER="tabview -w max -"
which tabview > /dev/null || VIEWER="cat -" which tabview > /dev/null || VIEWER="cat -"
} }