Commit Graph

1 Commits (172e9a4d5c55f34448492f979cde378c6d879e70)

Author SHA1 Message Date
google-labs-jules[bot] 172e9a4d5c feat: Add Bash TUI Data Viewer
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.
2025-06-16 17:28:13 +00:00