pull/30/head
Tullio Facchinetti 7 months ago
parent eee48be5f7
commit 4655fb4daf

@ -8,7 +8,7 @@ Some links are available to [related resources](#resources).
# Summary
* Apps/tools covered: **1216**
* Apps/tools covered: **1217**
* Number of categories: **75**.
# Index
@ -24,7 +24,7 @@ Some links are available to [related resources](#resources).
* [Markdown](#markdown) (11)
* [Networking](#networking) (40), [Note taking](#note-taking) (21)
* [Office tools](#office) (11), [Online search and resources](#online) (15), [Organizers and calendars](#organizers) (20)
* [Package managers](#package-manager) (10), [Password managers](#password-manager) (16), [Process viewers and monitoring (alternatives to top)](#monitor-top) (18), [Productivity](#productivity) (10), [Program templates and boilerplate](#programming-boilerplate) (11), [Programming](#programming) (33), [Prompts](#prompt) (4)
* [Package managers](#package-manager) (10), [Password managers](#password-manager) (16), [Process viewers and monitoring (alternatives to top)](#monitor-top) (18), [Productivity](#productivity) (10), [Program templates and boilerplate](#programming-boilerplate) (11), [Programming](#programming) (34), [Prompts](#prompt) (4)
* [RSS](#rss) (8), [Religion](#religion) (4)
* [Science](#science) (17), [Screen recorder](#screen-recorder) (10), [Screen savers](#screensaver) (4), [Security and encryption](#security) (24), [Shells](#shells) (11), [Sound and music](#music) (40), [System monitoring](#monitor) (23), [System tools](#system) (20)
* [Terminals](#terminal) (13), [Text processing](#text-processing) (31), [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) (8)
@ -1069,6 +1069,7 @@ Tools for developers, including debuggers, testing, line counters, boilerplate a
* [cloc](https://github.com/AlDanial/cloc) - Tool for counting blank lines, comment lines, and physical lines of source code in many programming languages.
* [CodeMark CLI](https://github.com/rootCircle/codemark-cli) - Helps you manage coding assignments and tests; easily initialize the configuration, list assignments, fetch and check your code, submit your code for grading, and get AI-powered error recommendations.
* [Cppcheck](http://cppcheck.net/) - Static analysis tool for C/C++ code providing unique code analysis to detect bugs and focuses on detecting undefined behaviour and dangerous coding constructs.
* [DEM](https://www.axemsolutions.io/dem_doc/index.html) - Containerized Development Environment Manager for embedded development.
* [dtool](https://github.com/guoxbin/dtool) - Collection of development tools.
* [fastmod](https://github.com/facebookincubator/fastmod) - A tool to assist you with large-scale codebase refactors, and it supports most of codemod's options. It is focused on improving the use case "I want to use interactive mode to make sure my regex is correct, and then I want to apply the regex everywhere".
* [fmake](https://github.com/bharatvaj/fmake) - Brings `make`s interface to almost any build system.

@ -1215,3 +1215,4 @@ networking,TGORQ,,https://github.com/vitor-augusto1/tgorq,Terminal GO ReQuest (T
science,BibMan,https://ductri.github.io/note/2023/09/27/bibman.html,https://github.com/ductri/BibMan,A TUI bibliography manager. It aims to support only the most basis features as a general bibliography manager.
music,radio-beats,,https://github.com/quangnguyen30192/radio-beats,Rofi-like menu for playing radio stations.
graphics,haylxon,,https://github.com/pwnwriter/haylxon,Blazing-fast tool to grab screenshots of your domain list right from terminal.
programming,DEM,https://www.axemsolutions.io/dem_doc/index.html,https://github.com/axem-solutions/dem,Containerized Development Environment Manager for embedded development.

1 category name homepage git description
1215 science BibMan https://ductri.github.io/note/2023/09/27/bibman.html https://github.com/ductri/BibMan A TUI bibliography manager. It aims to support only the most basis features as a general bibliography manager.
1216 music radio-beats https://github.com/quangnguyen30192/radio-beats Rofi-like menu for playing radio stations.
1217 graphics haylxon https://github.com/pwnwriter/haylxon Blazing-fast tool to grab screenshots of your domain list right from terminal.
1218 programming DEM https://www.axemsolutions.io/dem_doc/index.html https://github.com/axem-solutions/dem Containerized Development Environment Manager for embedded development.
Loading…
Cancel
Save