1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 23:42:07 +02:00
tldr/pages/common/terminalizer.md
pixel 263508cd44
*: replace file(s) syntax and add path/to/ to more things (#9592)
* Fix file(s) and more path/to

* Update pages.it/common/rm.md

Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>

* thanks emily your suggestion was dogshit

https://github.com/tldr-pages/tldr/blob/main/contributing-guides/translation-templates/common-arguments.md

Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
2022-12-06 16:47:56 +10:00

24 lines
556 B
Markdown

# terminalizer
> Utility program which records the terminal and generate animated GIFs or share a video.
> More information: <https://terminalizer.com>.
- Create the global config directory:
`terminalizer init`
- Record the terminal and create a recording file:
`terminalizer record {{path/to/file}}`
- Play a recorded file on the terminal:
`terminalizer play {{path/to/file}}`
- Render a recording file as an animated GIF image:
`terminalizer render {{path/to/file}}`
- Upload a video to terminalizer.com:
`terminalizer share {{path/to/file}}`