Implements a Text-based User Interface (TUI) script in Bash to display
CSV, TSV, and JSON data.
Features:
- Parses and displays CSV, TSV (tab-delimited), and common JSON
(array of objects, single object) structures.
- Configurable refresh interval via command-line argument.
- Handles basic errors such as file not found, unknown file type,
and missing 'jq' dependency for JSON.
- Simple TUI with a box drawn around the data.
- Basic input: 'q' to quit, 'r' to re-parse and refresh data.
- Includes a README.md with usage instructions and details.
The TUI is styled after tools like bashtop, using ANSI escape codes
for screen manipulation and display.