Added TickTick

pull/27/head
Tullio Facchinetti 9 months ago
parent 723a00b846
commit d0e0f9a7fd

@ -34,7 +34,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
# Summary
* Apps/tools covered: **1126**
* Apps/tools covered: **1127**
* 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) (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)
* [Data management](#data-management) (14), [Data management - JSON/YAML/etc.](#data-management-json) (20), [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)
@ -242,7 +242,6 @@ File format converters.
Tools to manage data files.
* [crudini](https://github.com/pixelb/crudini) - A utility for manipulating ini files.
* [dasel](https://github.com/TomWright/dasel) - Allows you to query and modify data structures using selector strings.
* [datadash](https://github.com/keithknott26/datadash) - Visualize and graph data in the terminal.
* [datasetGPT](https://github.com/radi-cho/datasetGPT) - A command-line interface and a Python library for inferencing Large Language Models to generate textual datasets.
* [dateutils](http://www.fresse.org/dateutils/) - Dateutils are a bunch of tools that revolve around fiddling with dates and times in the command line with a strong focus on use cases that arise when dealing with large amounts of financial data.
@ -261,6 +260,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.
* [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.
@ -277,6 +277,7 @@ Tools to manage data files in JSON/YAML and similar formats.
* [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.
* [TickTick](https://github.com/kristopolous/TickTick) - TickTick enables you to put JSON in bash scripts. Yes, just encapsulate them with two back-ticks.
* [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.

@ -409,7 +409,7 @@ text-processing,huniq,,https://github.com/koraa/huniq,"Command line utility to r
ls,nat,,https://github.com/willdoescode/nat,Complete replacement for the `ls` command.
data-management-tabular,csvq,,https://github.com/mithrandie/csvq,SQL-like query language for csv.
file-dir-cleanup,FClones,,https://github.com/pkolaczk/fclones,Efficient Duplicate File Finder.
data-management,dasel,,https://github.com/TomWright/dasel,Allows you to query and modify data structures using selector strings.
data-management-json,dasel,,https://github.com/TomWright/dasel,Allows you to query and modify data structures using selector strings.
programming,Proji,,https://github.com/nikoksr/proji,Powerful cross-platform CLI project templating tool.
transfer,pbgopy,,https://github.com/nakabonne/pbgopy,Copy and paste between devices.
data-management,gnuplot,https://www.explainshell.com/explain/1/gnuplot,https://github.com/idank/explainshell,Generate two and three dimensional plots of data.
@ -1125,3 +1125,4 @@ data-management-json,Jsawk,,https://github.com/micha/jsawk,"Like awk, but for JS
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.
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."

1 category name homepage git description
409 ls nat https://github.com/willdoescode/nat Complete replacement for the `ls` command.
410 data-management-tabular csvq https://github.com/mithrandie/csvq SQL-like query language for csv.
411 file-dir-cleanup FClones https://github.com/pkolaczk/fclones Efficient Duplicate File Finder.
412 data-management data-management-json dasel https://github.com/TomWright/dasel Allows you to query and modify data structures using selector strings.
413 programming Proji https://github.com/nikoksr/proji Powerful cross-platform CLI project templating tool.
414 transfer pbgopy https://github.com/nakabonne/pbgopy Copy and paste between devices.
415 data-management gnuplot https://www.explainshell.com/explain/1/gnuplot https://github.com/idank/explainshell Generate two and three dimensional plots of data.
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.
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.
Loading…
Cancel
Save