Add JsonGenius

pull/29/head
Tullio Facchinetti 8 months ago
parent b79d11fbb0
commit 7c74a04fd3

@ -34,7 +34,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
# Summary
* Apps/tools covered: **1192**
* Apps/tools covered: **1193**
* Number of categories: **70**.
# Index
@ -53,7 +53,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
* [Package managers](#package-manager) (9), [Password managers](#password-manager) (16), [Productivity](#productivity) (9), [Programming](#programming) (45), [Prompts](#prompt) (4)
* [Religion](#religion) (3)
* [Science](#science) (16), [Screen recorder](#screen-recorder) (10), [Screen savers](#screensaver) (4), [Security and encryption](#security) (24), [Shells](#shells) (11), [Sound and music](#music) (36), [System monitoring](#monitor) (41), [System tools](#system) (19)
* [Terminals](#terminal) (12), [Text processing](#text-processing) (32), [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) (26), [Torrent](#torrent) (7), [Typing test and practice](#typing) (7)
* [Terminals](#terminal) (12), [Text processing](#text-processing) (33), [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) (26), [Torrent](#torrent) (7), [Typing test and practice](#typing) (7)
* [Utilities](#utility) (33)
* [Versioning](#versioning) (6), [Viewers](#viewers) (36)
* [Web browser](#browser) (17), [Web development](#webdev) (24), [Writing](#writing) (9)
@ -1286,6 +1286,7 @@ Music players.
* [HASHA CLI](https://github.com/sindresorhus/hasha-cli) - Hashing made simple. Get the hash of text or stdin.
* [hck](https://github.com/sstadick/hck) - A sharp cut clone.
* [huniq](https://github.com/koraa/huniq) - Command line utility to remove duplicates from the given input. Note that huniq does not sort the input, it just removes duplicates.
* [JsonGenius](https://github.com/semanser/JsonGenius) - Self-hosted scraping API that extracts structured data described by a JSON Schema.
* [kill-tabs](https://github.com/sindresorhus/kill-tabs) - Kill all Chrome tabs to improve performance, decrease battery usage, and save memory.
* [Line Select](https://github.com/urbanogilson/lineselect) - A powerful utility enabling interactive line selection from stdin, allowing to seamlessly integrate, pause, select, and refine your pipeline, enhancing data processing precision.
* [lolcat](https://github.com/busyloop/lolcat) - Ruby Gem to colorize the output of the cat command.

@ -1191,3 +1191,4 @@ utility,tmux-fingers,,https://github.com/morantron/tmux-fingers,Copy pasting in
utility,Various Scripts,,https://github.com/xkcd386at/scripts,"Various script, mainly in shell and perl, to perform tasks such as combining head and tail, or other common tools accessed using fzf."
git,git absorb,,https://github.com/tummychow/git-absorb,"git commit --fixup, but automatic."
utility,Zsh Angel IQ System,,https://github.com/psprint/zsh-angel-iq-system,"A bunch of intelligent extensions to Zsh, including an in-shell Ctags browser, an extension to Zinit plugin manager and Angel Swiss Knife."
text-processing,JsonGenius,,https://github.com/semanser/JsonGenius,Self-hosted scraping API that extracts structured data described by a JSON Schema.

1 category name homepage git description
1191 utility Various Scripts https://github.com/xkcd386at/scripts Various script, mainly in shell and perl, to perform tasks such as combining head and tail, or other common tools accessed using fzf.
1192 git git absorb https://github.com/tummychow/git-absorb git commit --fixup, but automatic.
1193 utility Zsh Angel IQ System https://github.com/psprint/zsh-angel-iq-system A bunch of intelligent extensions to Zsh, including an in-shell Ctags browser, an extension to Zinit plugin manager and Angel Swiss Knife.
1194 text-processing JsonGenius https://github.com/semanser/JsonGenius Self-hosted scraping API that extracts structured data described by a JSON Schema.
Loading…
Cancel
Save