Add: daff

pull/37/head
Tullio Facchinetti 4 months ago
parent 8306e0b768
commit 8acd294e5a

@ -8,7 +8,7 @@ Some links are available to [related resources](#resources).
# Summary
* Apps/tools covered: **1357**
* Apps/tools covered: **1358**
* Number of categories: **76**.
# Index
@ -16,7 +16,7 @@ Some links are available to [related resources](#resources).
* [AI / ChatGPT](#ai) (18), [Anki, decks and flashcards](#flashcard) (6)
* [Backup](#backup) (16)
* [Calculators](#calc) (11), [Chat and instant messaging](#chat) (27), [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) (22), [Data transfer](#transfer) (40), [DevOps](#devops) (12), [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) (23), [Data transfer](#transfer) (40), [DevOps](#devops) (12), [Diff](#diff) (10), [Directory changers (alternatives to cd)](#cd) (19), [Disk usage analyzers](#disk-analyzer) (12)
* [Editors](#editors) (25), [Email](#email) (14)
* [File and file system handling](#file-handling) (20), [File deletion and trash bin (alternatives to rm)](#rm) (6), [File explorer and tree visualization](#file-explorer) (10), [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) (3), [Funny tools](#funny) (32), [Fuzzy finders and option pickers](#option-picker) (13)
* [Games](#games) (49), [Git and accessories](#git) (47), [Graphics](#graphics) (37)
@ -308,6 +308,7 @@ Tools to manage tabular data files, such as CSV, spreadsheets, and database tabl
* [csvkit](https://github.com/wireservice/csvkit) - A suite of command-line tools for converting to and working with CSV, the king of tabular file formats.
* [csvq](https://github.com/mithrandie/csvq) - SQL-like query language for csv.
* [csvtk](https://bioinf.shenwei.me/csvtk/) - A cross-platform, efficient and practical CSV/TSV toolkit written in Go.
* [daff](https://github.com/paulfitz/daff) - Efficient table comparison and alignment, supporting formats like CSV and SQLite, useful for data analysis and synchronization tasks.
* [Dolt](https://github.com/dolthub/dolt) - Dolt is Git for Data! Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository.
* [gobang](https://github.com/TaKO8Ki/gobang) - A cross-platform TUI database management tool written in Rust.
* [litecli](https://github.com/dbcli/litecli) - CLI for SQLite Databases with auto-completion and syntax highlighting.

@ -1356,3 +1356,4 @@ viewers,bbcli,,https://github.com/hako/bbcli,Browse BBC News like a hacker.
monitor-top,bottom,,https://github.com/ClementTsang/bottom,Yet another cross-platform graphical process/system monitor.
viewers,brows,,https://github.com/rubysolo/brows,CLI GitHub release browser.
programming,cgdb,,https://github.com/cgdb/cgdb,Console front-end to the GNU debugger.
data-management-tabular,daff,,https://github.com/paulfitz/daff,"Efficient table comparison and alignment, supporting formats like CSV and SQLite, useful for data analysis and synchronization tasks."

1 category name homepage git description
1356 monitor-top bottom https://github.com/ClementTsang/bottom Yet another cross-platform graphical process/system monitor.
1357 viewers brows https://github.com/rubysolo/brows CLI GitHub release browser.
1358 programming cgdb https://github.com/cgdb/cgdb Console front-end to the GNU debugger.
1359 data-management-tabular daff https://github.com/paulfitz/daff Efficient table comparison and alignment, supporting formats like CSV and SQLite, useful for data analysis and synchronization tasks.
Loading…
Cancel
Save