diff --git a/README.md b/README.md index 0e9162e..00da0cf 100644 --- a/README.md +++ b/README.md @@ -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) (14), [Data management - JSON/YAML/etc.](#data-management-json) (37), [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) (14), [Data management - JSON/YAML/etc.](#data-management-json) (38), [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) @@ -55,7 +55,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`. * [Science](#science) (16), [Screen savers](#screensaver) (4), [Security and encryption](#security) (23), [Shells](#shells) (10), [Sound and music](#music) (34), [System monitoring](#monitor) (41), [System tools](#system) (17) * [Terminals](#terminal) (12), [Text processing](#text-processing) (31), [Text search (alternatives to grep)](#text-search) (10), [Text search and replace (alternatives to sed?)](#text-search-replace) (4), [Time trackers](#time-tracker) (15), [Todo managers](#todo-manager) (25), [Torrent](#torrent) (7), [Typing test and practice](#typing) (7) * [Utilities](#utility) (30) -* [Versioning](#versioning) (6), [Viewers](#viewers) (36) +* [Versioning](#versioning) (6), [Viewers](#viewers) (35) * [Web browser](#browser) (16), [Web development](#webdev) (24), [Writing](#writing) (9) Some links to [related resources](#resources). @@ -268,6 +268,7 @@ Tools to manage data files in JSON/YAML and similar formats. * [gron](https://github.com/tomnomnom/gron) - gron transforms JSON into discrete assignments to make it easier to grep for what you want and see the absolute 'path' to it. * [GROQ](https://github.com/sanity-io/groq-cli) - The CLI tool consumes both JSON and NDJSON documents. You can pass in data from a local file, or from piping to standard input. * [jayin](https://github.com/we-cli/jayin) - Piping with js at terminal. +* [jc](https://github.com/kellyjonbrazil/jc) - Serializes the output of command line tools to JSON. * [jello](https://github.com/kellyjonbrazil/jello) - CLI tool to filter JSON and JSON Lines data with Python syntax, similar to - suprise :-), jq! * [jid](https://github.com/simeji/jid) - You can drill down JSON interactively by using filtering queries like jq. * [jiq](https://github.com/fiatjaf/jiq) - jid on jq - interactive JSON query tool using jq expressions. @@ -1405,7 +1406,6 @@ Games and utilities to measure and/or improve the typing ability. * [Grip](https://github.com/joeyespo/grip) - GitHub Readme Instant Preview - Preview markdown files as GitHub would render them. * [haxor-news](https://github.com/donnemartin/haxor-news) - Browse Hacker News like a haxor: A Hacker News command line interface (CLI). * [hexyl](https://github.com/sharkdp/hexyl) - Command-line hex viewer. -* [jc](https://github.com/kellyjonbrazil/jc) - Serializes the output of command line tools to JSON. * [jless](https://pauljuliusmartinez.github.io/) - Command-line JSON viewer designed for reading, exploring, and searching through JSON data. * [jqview](https://github.com/fiatjaf/jqview) - Simplest possible native GUI for inspecting JSON. * [mdcat](https://github.com/swsnr/mdcat) - cat for Markdown diff --git a/data/apps.csv b/data/apps.csv index ce3e3ce..754932e 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -249,7 +249,7 @@ funny,sha256-animation,,https://github.com/in3rsha/sha256-animation,Animation of browser,cli-arxiv,,https://github.com/knguyenanhoa/cli-arxiv,CLI tool for exploring arXiv. conversion,mdBook,,https://github.com/rust-lang/mdBook,Create book from markdown files. password-manager,SpicyPass,,https://github.com/JFreegman/SpicyPass,A light-weight password manager with a focus on simplicity and security. -viewers,jc,,https://github.com/kellyjonbrazil/jc,Serializes the output of command line tools to JSON. +data-management-json,jc,,https://github.com/kellyjonbrazil/jc,Serializes the output of command line tools to JSON. music,muCLIar,,https://github.com/aayush1205/muCLIar,YouTube automator bringing you your music right on your CLI. online,wikit,,https://github.com/KorySchneider/wikit,A command line program for getting Wikipedia summaries easily. networking,mitmproxy,https://mitmproxy.org/,https://github.com/mitmproxy/mitmproxy,An interactive HTTPS proxy.