From 6b8feb80656115deebf0bb989a74c797ec107560 Mon Sep 17 00:00:00 2001 From: Tullio Facchinetti Date: Fri, 8 Sep 2023 21:27:45 +0200 Subject: [PATCH] Added JSON.sh --- README.md | 5 +++-- data/apps.csv | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ccfde66..f11c187 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`. # Summary -* Apps/tools covered: **1121** +* Apps/tools covered: **1122** * 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) (13), [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) (14), [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) @@ -271,6 +271,7 @@ Tools to manage data files in JSON/YAML and similar formats. * [jp](https://github.com/therealklanni/jp) - A tiny commandline tool for parsing JSON from any source. * [jq](https://stedolan.github.io/jq/) - (JSON Query?) is sed-like processor for JSON data; can be used to process JSON files and data streams and perform operations such as those allowed by `cat`, `sed`, `grep` and `awk` on regular text files. * [jqp](https://github.com/noahgorstein/jqp) - A TUI playground for exploring jq. +* [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. * [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. diff --git a/data/apps.csv b/data/apps.csv index b7a019a..1ad7dec 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1120,3 +1120,4 @@ networking,sslh,,https://github.com/yrutschle/sslh,"A ssl/ssh multiplexer (Appli cd,qcd,,https://github.com/ClaasBontus/qcd_rs,A tool to change to another directory by just by entering commands like `qcd 3` and step back to where you came from with `qcd -o`. Frequently visited directories are stored in a sqlite3 database. data-management-json,jid,,https://github.com/simeji/jid,You can drill down JSON interactively by using filtering queries like jq. data-management-json,jo,,https://github.com/jpmens/jo,A small utility to create JSON objects from the command line. +data-management-json,JSON.sh,,https://github.com/dominictarr/JSON.sh,"A JSON parser written in shell, compatible with ash, bash, dash and zsh."