1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 05:22:11 +02:00
tldr/pages/common/terminalizer.md
Vitor Henrique af35564618
pages*: do not use config abbreviation (#12118)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-01-25 10:59:16 +05:30

24 lines
563 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 configuration 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}}`