Add terminal-recorder

pull/29/head
Tullio Facchinetti 8 months ago
parent a43df7cd5b
commit 7bcf3a03b2

@ -34,7 +34,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
# Summary
* Apps/tools covered: **1177**
* Apps/tools covered: **1178**
* 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) (8), [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) (9), [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)
@ -1081,6 +1081,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.
* [terminal-recorder](https://github.com/cortezcristian/terminal-recorder) - Terminal recorder allows you to record your bash session, and export it to html so then you can share it with your friends.
* [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).
* [termtosvg](https://github.com/nbedos/termtosvg) - A Unix terminal recorder written in Python that renders your command line sessions as standalone SVG animations.
* [ttygif](https://github.com/icholy/ttygif) - ttygif converts a ttyrec file into gif files. It's a stripped down version of ttyplay that screenshots every frame.

@ -1176,3 +1176,4 @@ screen-recorder,t-rec,,https://github.com/sassman/t-rec-rs,Blazingly fast termin
screen-recorder,termtosvg,,https://github.com/nbedos/termtosvg,A Unix terminal recorder written in Python that renders your command line sessions as standalone SVG animations.
screen-recorder,ttygif,,https://github.com/icholy/ttygif,ttygif converts a ttyrec file into gif files. It's a stripped down version of ttyplay that screenshots every frame.
screen-recorder,ttystudio,,https://github.com/chjj/ttystudio,"Record your terminal and compile it to a GIF or APNG without any external dependencies, bash scripts, gif concatenation, etc."
screen-recorder,terminal-recorder,,https://github.com/cortezcristian/terminal-recorder,"Terminal recorder allows you to record your bash session, and export it to html so then you can share it with your friends."

1 category name homepage git description
1176 screen-recorder termtosvg https://github.com/nbedos/termtosvg A Unix terminal recorder written in Python that renders your command line sessions as standalone SVG animations.
1177 screen-recorder ttygif https://github.com/icholy/ttygif ttygif converts a ttyrec file into gif files. It's a stripped down version of ttyplay that screenshots every frame.
1178 screen-recorder ttystudio https://github.com/chjj/ttystudio Record your terminal and compile it to a GIF or APNG without any external dependencies, bash scripts, gif concatenation, etc.
1179 screen-recorder terminal-recorder https://github.com/cortezcristian/terminal-recorder Terminal recorder allows you to record your bash session, and export it to html so then you can share it with your friends.
Loading…
Cancel
Save