mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 23:42:07 +02:00

* 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>
24 lines
556 B
Markdown
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}}`
|