Added Line Select

pull/26/head
Tullio Facchinetti 9 months ago
parent 4c603228db
commit fc09be1010

@ -32,7 +32,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
# Summary
* Apps/tools covered: **1038**
* Apps/tools covered: **1039**
* Number of categories: **65**.
# Index
@ -50,7 +50,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
* [Office tools](#office) (8), [Online search and resources](#online) (13), [Organizers and calendars](#organizers) (20)
* [Package managers](#package-manager) (8), [Password managers](#password-manager) (14), [Productivity](#productivity) (8), [Programming](#programming) (39), [Prompts](#prompt) (4)
* [Science](#science) (16), [Screen savers](#screensaver) (4), [Security and encryption](#security) (22), [Shells](#shells) (10), [Sound and music](#music) (31), [System monitoring](#monitor) (37), [System tools](#system) (18)
* [Terminals](#terminal) (12), [Text processing](#text-processing) (34), [Text search (alternatives to grep)](#text-search) (11), [Time trackers](#time-tracker) (15), [Todo managers](#todo-manager) (23), [Torrent](#torrent) (7), [Typing test and practice](#typing) (7)
* [Terminals](#terminal) (12), [Text processing](#text-processing) (35), [Text search (alternatives to grep)](#text-search) (11), [Time trackers](#time-tracker) (15), [Todo managers](#todo-manager) (23), [Torrent](#torrent) (7), [Typing test and practice](#typing) (7)
* [Utilities](#utility) (30)
* [Versioning](#versioning) (6), [Viewers](#viewers) (37)
* [Web browser](#browser) (16), [Web development](#webdev) (24), [Writing](#writing) (9)
@ -1117,6 +1117,7 @@ Music players.
* [hget](https://github.com/bevacqua/hget) - A CLI to convert HTML into plain text. Can be used to fetch a site's HTML version and convert it into plain text, or to deliver plain text versions of your site dynamically.
* [huniq](https://github.com/koraa/huniq) - Command line utility to remove duplicates from the given input. Note that huniq does not sort the input, it just removes duplicates.
* [kill-tabs](https://github.com/sindresorhus/kill-tabs) - Kill all Chrome tabs to improve performance, decrease battery usage, and save memory.
* [Line Select](https://github.com/urbanogilson/lineselect) - A powerful utility enabling interactive line selection from stdin, allowing to seamlessly integrate, pause, select, and refine your pipeline, enhancing data processing precision.
* [lolcat](https://github.com/busyloop/lolcat) - Ruby Gem to colorize the output of the cat command.
* [lowdown](https://kristaps.bsd.lv/lowdown/) - Markdown translator (HTML5, roff, LaTeX, gemini, OpenDocument, and terminal output)
* [Normalize Country](https://github.com/sshaw/normalize_country) - Convert country names and codes to a standard.

@ -1037,3 +1037,4 @@ webdev,openring,,https://git.sr.ht/~sircmpwn/openring,"A tool for generating a w
productivity,TUI apps,,https://github.com/learnbyexample/TUI-apps,"A repository containing a couple of one-script programs, mainly dedicated to training/learning CLI tools such as grep, awk, etc."
viewers,Oyomu,,https://github.com/EruEri/oyomu,A command line comic reader and collection manager.
monitor,procs,,https://github.com/dalance/procs,A modern replacement for ps written in Rust.
text-processing,Line Select,,https://github.com/urbanogilson/lineselect,"A powerful utility enabling interactive line selection from stdin, allowing to seamlessly integrate, pause, select, and refine your pipeline, enhancing data processing precision."

1 category name homepage git description
1037 productivity TUI apps https://github.com/learnbyexample/TUI-apps A repository containing a couple of one-script programs, mainly dedicated to training/learning CLI tools such as grep, awk, etc.
1038 viewers Oyomu https://github.com/EruEri/oyomu A command line comic reader and collection manager.
1039 monitor procs https://github.com/dalance/procs A modern replacement for ps written in Rust.
1040 text-processing Line Select https://github.com/urbanogilson/lineselect A powerful utility enabling interactive line selection from stdin, allowing to seamlessly integrate, pause, select, and refine your pipeline, enhancing data processing precision.
Loading…
Cancel
Save