tldr/pages/common/terminalizer.md

25 lines
544 B
Markdown
Raw Normal View History

2018-12-23 15:08:56 +00:00
# terminalizer
> Utility program which records the terminal and generate animated gifs or share a video.
> More information: <https://terminalizer.com>.
2018-12-23 15:08:56 +00:00
- 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}}`