Added stepci

pull/26/head
Tullio Facchinetti 9 months ago
parent ca20c52b09
commit 987044143a

@ -32,7 +32,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
# Summary
* Apps/tools covered: **1087**
* Apps/tools covered: **1088**
* 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) (40), [Prompts](#prompt) (4)
* [Package managers](#package-manager) (9), [Password managers](#password-manager) (16), [Productivity](#productivity) (9), [Programming](#programming) (41), [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)
@ -942,6 +942,7 @@ A set of tools for improving own productivity that do not deserve (at the moment
* [rr](https://rr-project.org/) - Debug the recording, deterministically, as many times as you want.
* [scc](https://github.com/boyter/scc) - Sloc Cloc and Code (scc) is a codebase statistics counter. Goal is to be the fastest code counter possible, but also perform COCOMO calculation like sloccount and to estimate code complexity similar to cyclomatic complexity calculators. In short one tool to rule them all.
* [scons](https://github.com/SCons/scons) - Software construction tool.
* [stepci](https://github.com/stepci/stepci) - Automated API Testing and Quality Assurance.
* [temci](https://github.com/parttimenerd/temci) - Advanced benchmarking tool written in Python 3 that supports setting up an environment for benchmarking and the generation of visually appealing reports.
* [todocheck](https://github.com/preslavmihaylov/todocheck) - Static code analyzer for annotated TODO comments.
* [Tokei](https://github.com/XAMPPRocky/tokei) - Tokei is a program that displays statistics about your code. Tokei will show the number of files, total lines within those files and code, comments, and blanks grouped by language.

@ -1086,3 +1086,4 @@ music,ytui-music,,https://github.com/sudipghimire533/ytui-music,Youtube client i
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.
graphics,ArTTY,,https://github.com/mjwhitta/artty,"Pixel art with optional system info, similar to neofetch."
programming,stepci,,https://github.com/stepci/stepci,Automated API Testing and Quality Assurance.

1 category name homepage git description
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.
1088 graphics ArTTY https://github.com/mjwhitta/artty Pixel art with optional system info, similar to neofetch.
1089 programming stepci https://github.com/stepci/stepci Automated API Testing and Quality Assurance.
Loading…
Cancel
Save