pull/26/head
Tullio Facchinetti 10 months ago
parent 6a72773c4b
commit 911711fcd7

@ -32,7 +32,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
# Summary
* Apps/tools covered: **1085**
* Apps/tools covered: **1086**
* Number of categories: **65**.
# Index
@ -48,7 +48,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
* [Multimedia](#multimedia) (14)
* [Networking](#networking) (32), [Note taking](#note-taking) (20)
* [Office tools](#office) (10), [Online search and resources](#online) (13), [Organizers and calendars](#organizers) (20)
* [Package managers](#package-manager) (9), [Password managers](#password-manager) (16), [Productivity](#productivity) (9), [Programming](#programming) (39), [Prompts](#prompt) (4)
* [Package managers](#package-manager) (9), [Password managers](#password-manager) (16), [Productivity](#productivity) (9), [Programming](#programming) (40), [Prompts](#prompt) (4)
* [Science](#science) (16), [Screen savers](#screensaver) (4), [Security and encryption](#security) (22), [Shells](#shells) (10), [Sound and music](#music) (33), [System monitoring](#monitor) (40), [System tools](#system) (19)
* [Terminals](#terminal) (12), [Text processing](#text-processing) (37), [Text search (alternatives to grep)](#text-search) (11), [Time trackers](#time-tracker) (15), [Todo managers](#todo-manager) (24), [Torrent](#torrent) (7), [Typing test and practice](#typing) (7)
* [Utilities](#utility) (31)
@ -929,6 +929,7 @@ A set of tools for improving own productivity that do not deserve (at the moment
* [Leetcode-go](https://github.com/Manan-Prakash-Singh/leetcode-go) - A simple CLI tool for searching, downloading and submitting problems to leetcode.
* [legit](https://github.com/captainsafia/legit) - Automagically generates a LICENSE file for the current working directory that you are in or a license header for a file where applicable.
* [license-up](https://github.com/nikitavoloboev/license-up) - Create a license quickly for a given name.
* [mk](https://github.com/pycontribs/mk) - mk is a CLI tool that aims to ease contribution to any open-source project by hiding repository implementation details from the casual contributor.
* [mklicense](https://github.com/cezaraugusto/mklicense) - CLI tool for easily generating the text of the most common licenses.
* [nbterm](https://github.com/davidbrochart/nbterm) - Jupyter Notebooks in the terminal.
* [pire](https://github.com/johannestaas/pire) - Python Interactive Regular Expressions.

@ -1084,3 +1084,4 @@ text-processing,rich,,https://github.com/Textualize/rich-cli,"Rich-CLI is a comm
text-processing,mdformat,,https://github.com/executablebooks/mdformat,Mdformat is an opinionated Markdown formatter that can be used to enforce a consistent style in Markdown files.
music,ytui-music,,https://github.com/sudipghimire533/ytui-music,Youtube client in terminal for music (lightweight Youtube client).
networking,ttfb,,https://github.com/phip1611/ttfb,ttfb is a CLI-Tool to measure the TTFB (time to first byte) of HTTP requests.
programming,mk,,https://github.com/pycontribs/mk,mk is a CLI tool that aims to ease contribution to any open-source project by hiding repository implementation details from the casual contributor.

1 category name homepage git description
1084 text-processing mdformat https://github.com/executablebooks/mdformat Mdformat is an opinionated Markdown formatter that can be used to enforce a consistent style in Markdown files.
1085 music ytui-music https://github.com/sudipghimire533/ytui-music Youtube client in terminal for music (lightweight Youtube client).
1086 networking ttfb https://github.com/phip1611/ttfb ttfb is a CLI-Tool to measure the TTFB (time to first byte) of HTTP requests.
1087 programming mk https://github.com/pycontribs/mk mk is a CLI tool that aims to ease contribution to any open-source project by hiding repository implementation details from the casual contributor.
Loading…
Cancel
Save