pull/36/head
Tullio Facchinetti 5 months ago
parent f568e6a26a
commit ca1ace12ba

@ -8,7 +8,7 @@ Some links are available to [related resources](#resources).
# Summary
* Apps/tools covered: **1326**
* Apps/tools covered: **1327**
* Number of categories: **76**.
# Index
@ -27,7 +27,7 @@ Some links are available to [related resources](#resources).
* [Package managers](#package-manager) (13), [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) (34), [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) (5), [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) (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)
* [Utilities](#utility) (33)
* [Versioning](#versioning) (7), [Video](#video) (11), [Viewers](#viewers) (20)
* [Web browser](#browser) (18), [Web development](#webdev) (27), [Writing](#writing) (9)
@ -1493,6 +1493,7 @@ Search files and exploring directory trees to look for text or patterns (RegEx)
Tools to search text within files and perform operations on it, such as text replacement; alternatives to `sed`.
* [amber](https://github.com/dalance/amber) - Code search / replace tool.
* [Rep](https://github.com/robenkleene/rep-grep) - Rep is a command-line utility that takes grep-formatted lines via standard input, and performs a find-and-replace on them.
* [repgrep](https://github.com/acheronfail/repgrep) - A replacer that uses ripgrep for finding and provides an interactive interface to replace the text.
* [sd](https://github.com/chmln/sd) - s[earch] & d[isplace] - An intuitive find & replace CLI a possible replacement for sed.
* [srgn](https://github.com/alexpovel/srgn) - A code surgeon for precise text and code transplantation. A marriage of `tr`/`sed`, `rg` and `tree-sitter`.

@ -1325,3 +1325,4 @@ science,gol-tui,,https://github.com/MathiasSven/gol-tui,Conway's Game of Life TU
office,gpa-calculator,,https://github.com/kitesi/gpa-calculator,GPA calculator CLI app that stores data in local files; written in Go.
online,pure-recipe,,https://github.com/atiumcache/pure-recipe,"Input a recipe URL and receive well-formatted, ad-free recipes to your terminal, or save the output to a markdown file."
versioning,Jujutsu,,https://github.com/martinvonz/jj,A Git-compatible VCS that is both simple and powerful.
text-search-replace,Rep,,https://github.com/robenkleene/rep-grep,"Rep is a command-line utility that takes grep-formatted lines via standard input, and performs a find-and-replace on them."

1 category name homepage git description
1325 office gpa-calculator https://github.com/kitesi/gpa-calculator GPA calculator CLI app that stores data in local files; written in Go.
1326 online pure-recipe https://github.com/atiumcache/pure-recipe Input a recipe URL and receive well-formatted, ad-free recipes to your terminal, or save the output to a markdown file.
1327 versioning Jujutsu https://github.com/martinvonz/jj A Git-compatible VCS that is both simple and powerful.
1328 text-search-replace Rep https://github.com/robenkleene/rep-grep Rep is a command-line utility that takes grep-formatted lines via standard input, and performs a find-and-replace on them.
Loading…
Cancel
Save