tv(table viewer) for delimited text file(csv,tsv,etc) in terminal
tv is a tool to view the delimited text file(csv,tsv,etc) in terminal.
Feature:
- Spreadsheet-like view for delimited text data
- Support for gzip compressed file
- Automatically identify separator
Usage:
After installation, you need to run ```sudo snap alias codechenx-tv tv```.This makes it possible to launch the application by ```tv```
https://github.com/codechenx/tv#usage
Key binding:
https://github.com/codechenx/tv#key-binding
For tv, there are two data types for every column, string, and number, which can affect the sorting function and the stats. The data type of the current column is shown on the right of the footer bar.You can change the data type of current column by Ctrl-m. the difference of column data type will determine how the column data would be sorted, as string or as number. In addition, for the column with the number data type, tv will show its minimal value, maximal value, and so on. But for the column with string data type. tv will count the number of every string.