tabview mimic ncsv
This commit is contained in:
@@ -37,7 +37,7 @@ sqlfile="$1"
|
||||
}
|
||||
VIEWER=ncsv
|
||||
which ncsv > /dev/null || {
|
||||
VIEWER="tabview -"
|
||||
VIEWER="tabview -w max -"
|
||||
which tabview > /dev/null || VIEWER="cat -"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user