pull/29/head
Tullio Facchinetti 8 months ago
parent 8b15866ff5
commit 653baa7a1b

@ -34,7 +34,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
# Summary
* Apps/tools covered: **1185**
* Apps/tools covered: **1186**
* Number of categories: **70**.
# Index
@ -54,7 +54,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
* [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)
* [Utilities](#utility) (29)
* [Utilities](#utility) (30)
* [Versioning](#versioning) (6), [Viewers](#viewers) (36)
* [Web browser](#browser) (17), [Web development](#webdev) (24), [Writing](#writing) (9)
@ -1418,6 +1418,7 @@ Games and utilities to measure and/or improve the typing ability.
* [oji](https://github.com/xxczaki/oji) - Interactive text emoji creator.
* [ora](https://github.com/sindresorhus/ora) - Elegant terminal spinner.
* [pangran](https://github.com/BimoT/pangran) - A simple TUI program that checks if you've typed a pangram.
* [plzz](https://github.com/deep5050/plzz) - A python CLI to automate daily tasks of both common and advanced users. It allows to easily launch common and different types of operations such as creating random files or check hashes.
* [Polykill](https://github.com/Bdeering1/polykill) - Lightweight command line utility for removing dependencies and build artifacts from unused local projects.
* [Python re(gex)? exercises](https://github.com/learnbyexample/TUI-apps/tree/main/PyRegexExercises) - TUI application intended to help you practice Python regular expressions there are more than 100 exercises covering both the builtin re and third-party regex module.
* [rss-cli](https://github.com/Clortox/rss-cli) - A unix-inspired cli application for interacting with RSS feeds.

@ -1184,3 +1184,4 @@ ai,llm-term,,https://github.com/juftin/llm-term,Chat with OpenAI's GPT models di
file-manager,joshuto,,https://github.com/kamiyaa/joshuto,ranger-like terminal file manager written in Rust.
networking,sshs,,https://github.com/quantumsheep/sshs,Terminal user interface for SSH.
shells,Twin,,https://github.com/cosmos72/twin,"Text mode window environment. A ""retro"" program for embedded or remote systems, that doubles as X11 terminal and text-mode equivalent of VNC server."
utility,plzz,,https://github.com/deep5050/plzz,A python CLI to automate daily tasks of both common and advanced users. It allows to easily launch common and different types of operations such as creating random files or check hashes.

1 category name homepage git description
1184 file-manager joshuto https://github.com/kamiyaa/joshuto ranger-like terminal file manager written in Rust.
1185 networking sshs https://github.com/quantumsheep/sshs Terminal user interface for SSH.
1186 shells Twin https://github.com/cosmos72/twin Text mode window environment. A "retro" program for embedded or remote systems, that doubles as X11 terminal and text-mode equivalent of VNC server.
1187 utility plzz https://github.com/deep5050/plzz A python CLI to automate daily tasks of both common and advanced users. It allows to easily launch common and different types of operations such as creating random files or check hashes.
Loading…
Cancel
Save