Merge branch 'master' into master

pull/2/head
toolleeo 2 years ago committed by GitHub
commit 0a021b7022
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.

@ -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."

1 category name url description
329 git gitui https://github.com/extrawurst/gitui GitUI provides you with the comfort of a git GUI but right in your terminal
330 games rpg-cli https://github.com/facundoolano/rpg-cli Your filesystem as a dungeon!
331 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.
332 note-taking jnrl https://github.com/maebert/jrnl Collect your thoughts and notes without leaving the command line.
333 viewers tabview https://github.com/TabViewer/tabview Python curses command line CSV and tabular data viewer.
334 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.
Loading…
Cancel
Save