Added faq

pull/27/head
Tullio Facchinetti 9 months ago
parent 6dae93361f
commit c418431a69

@ -34,7 +34,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
# Summary
* Apps/tools covered: **1129**
* Apps/tools covered: **1130**
* 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) (14), [Data management - JSON/YAML/etc.](#data-management-json) (22), [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) (23), [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)
@ -261,6 +261,7 @@ Tools to manage data files.
Tools to manage data files in JSON/YAML and similar formats.
* [dasel](https://github.com/TomWright/dasel) - Allows you to query and modify data structures using selector strings.
* [faq](https://github.com/jzelinskie/faq) - Format Agnostic jQ - process various formats with libjq.
* [gojq](https://github.com/itchyny/gojq) - Pure Go implementation of jq.
* [Graphtage](https://github.com/trailofbits/graphtage) - Graphtage is a commandline utility and underlying library for semantically comparing and merging tree-like structures, such as JSON, XML, HTML, YAML, plist, and CSS files.
* [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.

@ -1128,3 +1128,4 @@ data-management-json,rq,,https://github.com/dflemstr/rq,Record Query - A tool fo
data-management-json,TickTick,,https://github.com/kristopolous/TickTick,"TickTick enables you to put JSON in bash scripts. Yes, just encapsulate them with two back-ticks."
data-management-json,jshon,,https://github.com/keenerd/jshon,Jshon is a JSON parser designed for maximum convenience within the shell.
data-management-json,jl,,https://github.com/chrisdone/jl,"jl (""JSON lambda"") is a tiny functional language for querying and manipulating JSON."
data-management-json,faq,,https://github.com/jzelinskie/faq,Format Agnostic jQ - process various formats with libjq.

1 category name homepage git description
1128 data-management-json TickTick https://github.com/kristopolous/TickTick TickTick enables you to put JSON in bash scripts. Yes, just encapsulate them with two back-ticks.
1129 data-management-json jshon https://github.com/keenerd/jshon Jshon is a JSON parser designed for maximum convenience within the shell.
1130 data-management-json jl https://github.com/chrisdone/jl jl ("JSON lambda") is a tiny functional language for querying and manipulating JSON.
1131 data-management-json faq https://github.com/jzelinskie/faq Format Agnostic jQ - process various formats with libjq.
Loading…
Cancel
Save