pull/29/head
Tullio Facchinetti 9 months ago
parent 8906a36783
commit 96f7f72506

@ -34,7 +34,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
# Summary
* Apps/tools covered: **1171**
* Apps/tools covered: **1172**
* Number of categories: **69**.
# Index
@ -54,7 +54,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
* [Religion](#religion) (3)
* [Science](#science) (16), [Screen savers](#screensaver) (4), [Security and encryption](#security) (24), [Shells](#shells) (10), [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)
* [Utilities](#utility) (30)
* [Utilities](#utility) (31)
* [Versioning](#versioning) (6), [Viewers](#viewers) (36)
* [Web browser](#browser) (17), [Web development](#webdev) (24), [Writing](#writing) (9)
@ -1380,6 +1380,7 @@ Games and utilities to measure and/or improve the typing ability.
## <a name="utility"></a>Utilities
* [agg](https://github.com/asciinema/agg) - agg is a command-line tool for generating animated GIF files from asciicast v2 files produced by `asciinema` terminal recorder.
* [asciinema](https://github.com/asciinema/asciinema) - Terminal session recorder.
* [Autocomplete](https://github.com/withfig/autocomplete) - IDE-style autocomplete for your existing terminal & shell.
* [bash-cache](https://github.com/dimo414/bash-cache) - A function memoisation / caching library for bash scripts and shells

@ -1170,3 +1170,4 @@ text-processing,awk,,https://github.com/onetrueawk/awk,"A historical, general-pu
git,git-booster-cli,,https://github.com/akgondber/git-booster-cli/,Improve your git workflow with customizable and runnable blocks.
funny,daktilo,,https://github.com/orhun/daktilo,Turn your keyboard into a typewriter adding sounds at each keystroke.
file-handling,Fast Files,,https://github.com/mintycube/fast-files,"ff is a bash script which is a combination of `mkdir` and `touch`. It can create directory structures and files simultaneously and lists the created objects using `eza`, `lsd`, or `ls`."
utility,agg,,https://github.com/asciinema/agg,agg is a command-line tool for generating animated GIF files from asciicast v2 files produced by `asciinema` terminal recorder.

1 category name homepage git description
1170 git git-booster-cli https://github.com/akgondber/git-booster-cli/ Improve your git workflow with customizable and runnable blocks.
1171 funny daktilo https://github.com/orhun/daktilo Turn your keyboard into a typewriter adding sounds at each keystroke.
1172 file-handling Fast Files https://github.com/mintycube/fast-files ff is a bash script which is a combination of `mkdir` and `touch`. It can create directory structures and files simultaneously and lists the created objects using `eza`, `lsd`, or `ls`.
1173 utility agg https://github.com/asciinema/agg agg is a command-line tool for generating animated GIF files from asciicast v2 files produced by `asciinema` terminal recorder.
Loading…
Cancel
Save