diff --git a/README.md b/README.md index 4fdb501..9a08ed1 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,6 @@ Some links to [related resources](#resources). * [q](http://harelba.github.io/q/) - Executes SQL-like queries on CSVs/TSVs tabular data files; each tabular file is treated as a database table; support to all SQL constructs (`WHERE`, `GROUP BY`, `JOIN`). * [sq](https://github.com/neilotoole/sq) - Command line tool that provides jq-style access to structured data sources such as SQL databases, or document formats like CSV or Excel. * [TSV Utilities](https://github.com/eBay/tsv-utils) - Command line tools for large, tabular data files. -* [usql](https://github.com/xo/usql) - Universal command-line interface for SQL databases. * [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. * [VisiData](https://www.visidata.org/) - Interactive multitool for tabular data. It combines the clarity of a spreadsheet, the efficiency of the terminal, and the power of Python, into a lightweight utility which can handle millions of rows with ease. * [WOPR](https://github.com/yaronn/wopr) - A simple markup language for creating rich terminal reports, presentations and infographic. diff --git a/data/apps.csv b/data/apps.csv index 87463fb..ab72e56 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -329,7 +329,6 @@ text-processing,hck,https://github.com/sstadick/hck,A sharp cut clone. git,gitui,https://github.com/extrawurst/gitui,GitUI provides you with the comfort of a git GUI but right in your terminal games,rpg-cli,https://github.com/facundoolano/rpg-cli,Your filesystem as a dungeon! disk-analyzer,dua,https://github.com/Byron/dua-cli,Disk Usage Analyzer. Learn about the usage of disk space of a given directory with parallel access to max out SSD exploration. -data-management,usql,https://github.com/xo/usql,Universal command-line interface for SQL databases. note-taking,jnrl,https://github.com/maebert/jrnl,Collect your thoughts and notes without leaving the command line. viewers,tabview,https://github.com/TabViewer/tabview,Python curses command line CSV and tabular data viewer. versioning,Bazaar,http://bazaar.canonical.com/en/,"Multiplatform version control system supporting diffferent workflows; it is part of the GNU Project, and it is free software sponsored by Canonical."