diff --git a/README.md b/README.md index cccdd1d..bb3b31c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Some links are available to [related resources](#resources). # Summary -* Apps/tools covered: **1397** +* Apps/tools covered: **1398** * Number of categories: **76**. # Index @@ -16,7 +16,7 @@ Some links are available to [related resources](#resources). * [AI / ChatGPT](#ai) (19), [Anki, decks and flashcards](#flashcard) (6) * [Backup](#backup) (16) * [Calculators](#calc) (11), [Chat and instant messaging](#chat) (29), [Clean up of files and directories](#file-dir-cleanup) (11), [Co-pilot](#copilot) (9), [Command launchers](#launcher) (20), [Commands cheatsheet and snippets](#cheatsheet) (18), [Conversion](#conversion) (13) -* [Data management](#data-management) (17), [Data management - JSON/YAML/etc.](#data-management-json) (43), [Data management - Tabular data](#data-management-tabular) (25), [Data transfer](#transfer) (40), [DevOps](#devops) (15), [Diff](#diff) (10), [Directory changers (alternatives to cd)](#cd) (19), [Disk usage analyzers](#disk-analyzer) (12) +* [Data management](#data-management) (17), [Data management - JSON/YAML/etc.](#data-management-json) (43), [Data management - Tabular data](#data-management-tabular) (26), [Data transfer](#transfer) (40), [DevOps](#devops) (15), [Diff](#diff) (10), [Directory changers (alternatives to cd)](#cd) (19), [Disk usage analyzers](#disk-analyzer) (12) * [Editors](#editors) (26), [Email](#email) (15) * [File and file system handling](#file-handling) (21), [File deletion and trash bin (alternatives to rm)](#rm) (6), [File explorer and tree visualization](#file-explorer) (11), [File finding (alternatives to find)](#find) (8), [File listing (alternatives to ls)](#ls) (9), [File manager](#file-manager) (19), [File renamers](#file-renamer) (14), [File systems](#file-system) (4), [File watching for changes](#file-watch) (7), [Financial tools](#financial) (12), [Font management](#font) (4), [Funny tools](#funny) (32), [Fuzzy finders and option pickers](#option-picker) (13) * [Games](#games) (49), [Git and accessories](#git) (50), [Graphics](#graphics) (37) @@ -327,6 +327,7 @@ Tools to manage tabular data files, such as CSV, spreadsheets, and database tabl * [sqlite-utils](https://github.com/simonw/sqlite-utils) - Python CLI utility and library for manipulating SQLite databases. * [tabview](https://github.com/TabViewer/tabview) - Python curses command line CSV and tabular data viewer. * [termdbms](https://github.com/mathaou/termdbms) - A TUI for viewing and editing databases, written in pure Go. +* [textql](https://github.com/dinedal/textql) - Execute SQL against structured text like CSV or TSV. * [TSV Utilities](https://github.com/eBay/tsv-utils) - Command line tools for large, tabular data files. * [TV](https://github.com/alexhallam/tv) - Cross-platform CSV pretty printer made to maximize viewer enjoyment. * [usql](https://github.com/xo/usql) - Universal command-line interface for PostgreSQL, MySQL, Oracle Database, SQLite3, Microsoft SQL Server, and others, including NoSQL and non-relational databases. diff --git a/data/apps.csv b/data/apps.csv index 39465c5..5423725 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1396,3 +1396,4 @@ monitor,sntop,,https://sourceforge.net/projects/sntop,A simple network top for m todo-manager,taskwarrior-tui,,https://github.com/kdheepak/taskwarrior-tui,A terminal user interface for taskwarrior. monitor,tcpterm,,https://github.com/sachaos/tcpterm,tcpterm is a packet visualizer in TUI. utility,tempy,,https://github.com/noprobelm/tempy,"A simple, visually pleasing weather report in your terminal." +data-management-tabular,textql,,https://github.com/dinedal/textql,Execute SQL against structured text like CSV or TSV.