pull/36/head
Tullio Facchinetti 4 months ago
parent deb5c4d653
commit 2902baa40d

@ -8,7 +8,7 @@ Some links are available to [related resources](#resources).
# Summary
* Apps/tools covered: **1335**
* Apps/tools covered: **1336**
* Number of categories: **76**.
# Index
@ -27,7 +27,7 @@ Some links are available to [related resources](#resources).
* [Package managers](#package-manager) (14), [Password managers](#password-manager) (18), [Pastebin](#pastebin) (3), [Process viewers and monitoring (alternatives to top)](#monitor-top) (23), [Productivity](#productivity) (9), [Program templates and boilerplate](#programming-boilerplate) (11), [Programming](#programming) (35), [Prompts](#prompt) (4)
* [RSS](#rss) (10), [Religion](#religion) (4)
* [Science](#science) (19), [Screen recorder](#screen-recorder) (10), [Screen savers](#screensaver) (4), [Security and encryption](#security) (30), [Shells](#shells) (14), [Sound and music](#music) (45), [System monitoring](#monitor) (27), [System tools](#system) (23)
* [Terminals](#terminal) (14), [Text processing](#text-processing) (31), [Text search (alternatives to grep)](#text-search) (11), [Text search and replace (alternatives to sed)](#text-search-replace) (6), [Time trackers](#time-tracker) (15), [Todo managers](#todo-manager) (30), [Torrent](#torrent) (7), [Typing test and practice](#typing) (8)
* [Terminals](#terminal) (14), [Text processing](#text-processing) (32), [Text search (alternatives to grep)](#text-search) (11), [Text search and replace (alternatives to sed)](#text-search-replace) (6), [Time trackers](#time-tracker) (15), [Todo managers](#todo-manager) (30), [Torrent](#torrent) (7), [Typing test and practice](#typing) (8)
* [Utilities](#utility) (34)
* [Versioning](#versioning) (7), [Video](#video) (11), [Viewers](#viewers) (20)
* [Web browser](#browser) (18), [Web development](#webdev) (28), [Writing](#writing) (9)
@ -1474,6 +1474,7 @@ Text processing utilities to cut or sort lines, find dead links, colorize comman
* [swordfish-rs](https://github.com/vim-zz/swordfish-rs) - Mimics real person behavior with realtime typing into terminal uses a screenplay where text and timings are specified.
* [to-double-quotes](https://github.com/sindresorhus/to-double-quotes-cli) - Convert matching single-quotes to double-quotes.
* [to-single-quotes](https://github.com/sindresorhus/to-single-quotes-cli) - Convert matching double-quotes to single-quotes.
* [toc](https://github.com/AlphaJack/toc) - Generate a table of contents from the comments of a file.
* [trurl](https://github.com/curl/trurl) - Command line tool for URL parsing and manipulation.
* [tuc](https://github.com/riquito/tuc) - You want to cut on more than just a character, perhaps using negative indexes or format the selected fields as you want... Maybe you want to cut on lines (ever needed to drop first and last line?)... That's where tuc can help.
* [Ultimate Plumber](https://github.com/akavel/up) - Helps to interactively and incrementally explore textual data in Linux, by making it easier to quickly build complex pipelines, thanks to a fast feedback loop.

@ -1334,3 +1334,4 @@ games,tui-sudoku,,https://gitlab.com/christosangel/tui-sudoku,"tui-sudoku is a c
package-manager,flatpak-cli,,https://github.com/sweetbbak/flatpak-cli,A command line program to search and install flatpaks from the flathub repo using a fzf like interface.
data-management-tabular,YAS-QWIN,,https://github.com/sebastiancarlos/yas-qwin,YAS-QWIN (Yet Another SQL-Query Writing Interface) is a CLI tool for building (and optionally running) SQL queries.
webdev,Ballast,,https://github.com/synoet/ballast,A simple API load testing tool that lets you compare performance snapshots of your API.
text-processing,toc,,https://github.com/AlphaJack/toc,Generate a table of contents from the comments of a file.

1 category name homepage git description
1334 package-manager flatpak-cli https://github.com/sweetbbak/flatpak-cli A command line program to search and install flatpaks from the flathub repo using a fzf like interface.
1335 data-management-tabular YAS-QWIN https://github.com/sebastiancarlos/yas-qwin YAS-QWIN (Yet Another SQL-Query Writing Interface) is a CLI tool for building (and optionally running) SQL queries.
1336 webdev Ballast https://github.com/synoet/ballast A simple API load testing tool that lets you compare performance snapshots of your API.
1337 text-processing toc https://github.com/AlphaJack/toc Generate a table of contents from the comments of a file.
Loading…
Cancel
Save