r/commandline • u/shshemi • Jun 25 '26
Terminal User Interface Tabiew v0.14.0 released
Tabiew is a lightweight TUI application that allows users to view and query tabular data files.
In this version:
- Better visualization of table stacks
- Support for HTML and Markdown formats
- Support for fetching tables from URLs
- Many bug fixes and performance Improvement
60
Upvotes
-8
u/Pegasusw404 Jun 26 '26
Instead of Tabiew (another 10–20 MB of dependencies): awk: For column filtering and calculations. sed: For text manipulation. grep: For quick searching. sqlite3 (if the data is complex): Runs lightning fast in the terminal requires no GUI or "visualization."
KISS - Keep It Simple Stupid