pull/27/head
Tullio Facchinetti 8 months ago
parent de9778707c
commit 723a00b846

@ -34,7 +34,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
# Summary
* Apps/tools covered: **1125**
* Apps/tools covered: **1126**
* Number of categories: **69**.
# Index
@ -42,7 +42,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
* [Anki, decks and flashcards](#flashcard) (6)
* [Backup](#backup) (16)
* [Calculators](#calc) (9), [Chat and instant messaging](#chat) (26), [ChatGPT / AI](#chatgpt) (9), [Clean up of files and directories](#file-dir-cleanup) (12), [Co-pilot](#copilot) (7), [Command launchers](#launcher) (18), [Commands cheatsheet and snippets](#cheatsheet) (14), [Conversion](#conversion) (14)
* [Data management](#data-management) (15), [Data management - JSON/YAML/etc.](#data-management-json) (17), [Data management - Tabular data](#data-management-tabular) (17), [Data transfer](#transfer) (33), [DevOps](#devops) (9), [Diff](#diff) (10), [Directory changers (alternatives to cd)](#cd) (18), [Disk usage analyzers](#disk-analyzer) (12)
* [Data management](#data-management) (15), [Data management - JSON/YAML/etc.](#data-management-json) (18), [Data management - Tabular data](#data-management-tabular) (17), [Data transfer](#transfer) (33), [DevOps](#devops) (9), [Diff](#diff) (10), [Directory changers (alternatives to cd)](#cd) (18), [Disk usage analyzers](#disk-analyzer) (12)
* [Editors](#editors) (25), [Email](#email) (13)
* [File and file system handling](#file-handling) (20), [File deletion and trash bin (alternatives to rm)](#rm) (5), [File explorer and tree visualization](#file-explorer) (10), [File finding (alternatives to find)](#find) (7), [File listing (alternatives to ls)](#ls) (7), [File manager](#file-manager) (18), [File renamers](#file-renamer) (11), [File systems](#file-system) (4), [Financial tools](#financial) (11), [Font management](#font) (2), [Funny tools](#funny) (27), [Fuzzy finders](#fuzzy-finder) (10)
* [Games](#games) (43), [Git and accessories](#git) (41), [Graphics](#graphics) (31)
@ -276,6 +276,7 @@ Tools to manage data files in JSON/YAML and similar formats.
* [json](https://github.com/trentm/json) - A "json" command for massaging JSON on your Unix command line.
* [JSON.sh](https://github.com/dominictarr/JSON.sh) - A JSON parser written in shell, compatible with ash, bash, dash and zsh.
* [jtc](https://github.com/ldn-softdev/jtc) - JSON manipulation and transformation.
* [rq](https://github.com/dflemstr/rq) - Record Query - A tool for doing record analysis and transformation.
* [underscore-cli](https://github.com/ddopson/underscore-cli) - Command-line utility-belt for hacking JSON and Javascript.
* [yq](https://github.com/mikefarah/yq) - Portable command-line YAML processor.

@ -1124,3 +1124,4 @@ data-management-json,JSON.sh,,https://github.com/dominictarr/JSON.sh,"A JSON par
data-management-json,Jsawk,,https://github.com/micha/jsawk,"Like awk, but for JSON. You work with an array of JSON objects read from stdin, filter them using JavaScript to produce a results array that is printed to stdout."
data-management-json,json,,https://github.com/trentm/json,"A ""json"" command for massaging JSON on your Unix command line."
data-management-json,jj,,https://github.com/tidwall/jj,A command line utility that provides a fast and simple way to retrieve or update values from JSON documents.
data-management-json,rq,,https://github.com/dflemstr/rq,Record Query - A tool for doing record analysis and transformation.

1 category name homepage git description
1124 data-management-json Jsawk https://github.com/micha/jsawk Like awk, but for JSON. You work with an array of JSON objects read from stdin, filter them using JavaScript to produce a results array that is printed to stdout.
1125 data-management-json json https://github.com/trentm/json A "json" command for massaging JSON on your Unix command line.
1126 data-management-json jj https://github.com/tidwall/jj A command line utility that provides a fast and simple way to retrieve or update values from JSON documents.
1127 data-management-json rq https://github.com/dflemstr/rq Record Query - A tool for doing record analysis and transformation.
Loading…
Cancel
Save