Add t-rec

pull/29/head
Tullio Facchinetti 8 months ago
parent 7b47ee8d00
commit 1c3e38eb75

@ -34,7 +34,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
# Summary
* Apps/tools covered: **1173**
* Apps/tools covered: **1174**
* Number of categories: **70**.
# Index
@ -52,7 +52,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
* [Office tools](#office) (10), [Online search and resources](#online) (14), [Organizers and calendars](#organizers) (20)
* [Package managers](#package-manager) (9), [Password managers](#password-manager) (16), [Productivity](#productivity) (9), [Programming](#programming) (44), [Prompts](#prompt) (4)
* [Religion](#religion) (3)
* [Science](#science) (16), [Screen recorder](#screen-recorder) (4), [Screen savers](#screensaver) (4), [Security and encryption](#security) (24), [Shells](#shells) (10), [Sound and music](#music) (36), [System monitoring](#monitor) (41), [System tools](#system) (19)
* [Science](#science) (16), [Screen recorder](#screen-recorder) (5), [Screen savers](#screensaver) (4), [Security and encryption](#security) (24), [Shells](#shells) (10), [Sound and music](#music) (36), [System monitoring](#monitor) (41), [System tools](#system) (19)
* [Terminals](#terminal) (12), [Text processing](#text-processing) (32), [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) (26), [Torrent](#torrent) (7), [Typing test and practice](#typing) (7)
* [Utilities](#utility) (29)
* [Versioning](#versioning) (6), [Viewers](#viewers) (36)
@ -1080,6 +1080,7 @@ Tools to record the content of the terminal and manage the recording (e.g., conv
* [agg](https://github.com/asciinema/agg) - agg is a command-line tool for generating animated GIF files from asciicast v2 files produced by `asciinema` terminal recorder.
* [asciinema](https://github.com/asciinema/asciinema) - Terminal session recorder.
* [t-rec](https://github.com/sassman/t-rec-rs) - Blazingly fast terminal recorder that generates animated gif images for the web written in rust.
* [terminalizer](https://github.com/faressoft/terminalizer) - Record your terminal and generate animated gif images or share a web player link [www.terminalizer.com](www.terminalizer.com).
* [vhs](https://github.com/charmbracelet/vhs) - Write terminal GIFs as code for integration testing and demoing your CLI tools.

@ -1172,3 +1172,4 @@ funny,daktilo,,https://github.com/orhun/daktilo,Turn your keyboard into a typewr
file-handling,Fast Files,,https://github.com/mintycube/fast-files,"ff is a bash script which is a combination of `mkdir` and `touch`. It can create directory structures and files simultaneously and lists the created objects using `eza`, `lsd`, or `ls`."
screen-recorder,agg,,https://github.com/asciinema/agg,agg is a command-line tool for generating animated GIF files from asciicast v2 files produced by `asciinema` terminal recorder.
screen-recorder,terminalizer,,https://github.com/faressoft/terminalizer,Record your terminal and generate animated gif images or share a web player link [www.terminalizer.com](www.terminalizer.com).
screen-recorder,t-rec,,https://github.com/sassman/t-rec-rs,Blazingly fast terminal recorder that generates animated gif images for the web written in rust.

1 category name homepage git description
1172 file-handling Fast Files https://github.com/mintycube/fast-files ff is a bash script which is a combination of `mkdir` and `touch`. It can create directory structures and files simultaneously and lists the created objects using `eza`, `lsd`, or `ls`.
1173 screen-recorder agg https://github.com/asciinema/agg agg is a command-line tool for generating animated GIF files from asciicast v2 files produced by `asciinema` terminal recorder.
1174 screen-recorder terminalizer https://github.com/faressoft/terminalizer Record your terminal and generate animated gif images or share a web player link [www.terminalizer.com](www.terminalizer.com).
1175 screen-recorder t-rec https://github.com/sassman/t-rec-rs Blazingly fast terminal recorder that generates animated gif images for the web written in rust.
Loading…
Cancel
Save