1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 20:44:56 +02:00
tldr/pages/common/terminalizer.md
2019-05-14 14:58:59 -03:00

24 lines
536 B
Markdown

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