1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/terminalizer.md

25 lines
540 B
Markdown
Raw Normal View History

2018-12-23 16:08:56 +01:00
# terminalizer
> Utility program which records the terminal and generate animated gifs or share a video.
> More information: <https://terminalizer.com>.
2018-12-23 16:08:56 +01:00
- Create the global config directory:
`terminalizer init`
- Record the terminal and create a recording file:
`terminalizer record {{filename}}`
2018-12-23 16:08:56 +01:00
- Play a recorded file on the terminal:
`terminalizer play {{filename}}`
2018-12-23 16:08:56 +01:00
- Render a recording file as an animated gif image:
`terminalizer render {{filename}}`
2018-12-23 16:08:56 +01:00
- Upload a video to terminalizer.com:
`terminalizer share {{filename}}`