tldr/pages/common/terminalizer.md

26 lines
661 B
Markdown
Raw Normal View History

2018-12-23 15:08:56 +00:00
# terminalizer
> Record the terminal, generate animated GIFs and a web player, and optionally upload to <https://terminalizer.com>.
> See also: `asciinema`.
> More information: <https://terminalizer.com>.
2018-12-23 15:08:56 +00:00
- Create the global configuration directory:
2018-12-23 15:08:56 +00:00
`terminalizer init`
- Record the terminal and create a recording file:
`terminalizer record {{path/to/recording.gif}}`
2018-12-23 15:08:56 +00:00
- Play a recorded file on the terminal:
`terminalizer play {{path/to/recording.gif}}`
2018-12-23 15:08:56 +00:00
- Render a recording file as an animated GIF image:
2018-12-23 15:08:56 +00:00
`terminalizer render {{path/to/recording.gif}}`
2018-12-23 15:08:56 +00:00
- Upload a video to <https://terminalizer.com>:
2018-12-23 15:08:56 +00:00
`terminalizer share {{path/to/recording.gif}}`