Add: srgn

pull/36/head
Tullio Facchinetti 6 months ago
parent 24b85dfa85
commit 2e8d07d34c

@ -8,7 +8,7 @@ Some links are available to [related resources](#resources).
# Summary
* Apps/tools covered: **1292**
* Apps/tools covered: **1293**
* Number of categories: **75**.
# Index
@ -27,7 +27,7 @@ Some links are available to [related resources](#resources).
* [Package managers](#package-manager) (11), [Password managers](#password-manager) (18), [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) (9), [Religion](#religion) (4)
* [Science](#science) (17), [Screen recorder](#screen-recorder) (10), [Screen savers](#screensaver) (4), [Security and encryption](#security) (27), [Shells](#shells) (14), [Sound and music](#music) (43), [System monitoring](#monitor) (24), [System tools](#system) (22)
* [Terminals](#terminal) (14), [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) (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) (10), [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)
* [Utilities](#utility) (32)
* [Versioning](#versioning) (6), [Video](#video) (11), [Viewers](#viewers) (20)
* [Web browser](#browser) (17), [Web development](#webdev) (25), [Writing](#writing) (9)
@ -1462,6 +1462,7 @@ Tools to search text within files and perform operations on it, such as text rep
* [amber](https://github.com/dalance/amber) - Code search / replace tool.
* [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`.
* [teip](https://github.com/greymd/teip) - Select partial standard input and replace with the result of another command.
## <a name="time-tracker"></a>Time trackers

@ -1291,3 +1291,4 @@ data-management-tabular,gobang,,https://github.com/TaKO8Ki/gobang,A cross-platfo
data-management-tabular,sqlite-utils,,https://github.com/simonw/sqlite-utils,Python CLI utility and library for manipulating SQLite databases.
fuzzy-finder,fss,,https://github.com/5n00py/fss,User-friendly command-line search scripts combining find and grep utilities with fzf previewing and direct actions on specific file types.
terminal,tmux-nested,,https://github.com/niqodea/tmux-nested,Plugin for nested tmux workflows.
text-search-replace,srgn,,https://github.com/alexpovel/srgn,"A code surgeon for precise text and code transplantation. A marriage of `tr`/`sed`, `rg` and `tree-sitter`."

1 category name homepage git description
1291 data-management-tabular sqlite-utils https://github.com/simonw/sqlite-utils Python CLI utility and library for manipulating SQLite databases.
1292 fuzzy-finder fss https://github.com/5n00py/fss User-friendly command-line search scripts combining find and grep utilities with fzf previewing and direct actions on specific file types.
1293 terminal tmux-nested https://github.com/niqodea/tmux-nested Plugin for nested tmux workflows.
1294 text-search-replace srgn https://github.com/alexpovel/srgn A code surgeon for precise text and code transplantation. A marriage of `tr`/`sed`, `rg` and `tree-sitter`.
Loading…
Cancel
Save