2018-12-23 16:08:56 +01:00
|
|
|
# terminalizer
|
|
|
|
|
2024-02-12 15:40:04 -03:00
|
|
|
> Record the terminal, generate animated GIFs and a web player, and optionally upload to <https://terminalizer.com>.
|
|
|
|
> See also: `asciinema`.
|
2019-06-03 02:06:36 +02:00
|
|
|
> More information: <https://terminalizer.com>.
|
2018-12-23 16:08:56 +01:00
|
|
|
|
2024-01-25 02:29:16 -03:00
|
|
|
- Create the global configuration directory:
|
2018-12-23 16:08:56 +01:00
|
|
|
|
|
|
|
`terminalizer init`
|
|
|
|
|
|
|
|
- Record the terminal and create a recording file:
|
|
|
|
|
2024-02-12 15:40:04 -03:00
|
|
|
`terminalizer record {{path/to/recording.gif}}`
|
2018-12-23 16:08:56 +01:00
|
|
|
|
|
|
|
- Play a recorded file on the terminal:
|
|
|
|
|
2024-02-12 15:40:04 -03:00
|
|
|
`terminalizer play {{path/to/recording.gif}}`
|
2018-12-23 16:08:56 +01:00
|
|
|
|
2021-08-15 19:59:09 +02:00
|
|
|
- Render a recording file as an animated GIF image:
|
2018-12-23 16:08:56 +01:00
|
|
|
|
2024-02-12 15:40:04 -03:00
|
|
|
`terminalizer render {{path/to/recording.gif}}`
|
2018-12-23 16:08:56 +01:00
|
|
|
|
2024-02-12 15:40:04 -03:00
|
|
|
- Upload a video to <https://terminalizer.com>:
|
2018-12-23 16:08:56 +01:00
|
|
|
|
2024-02-12 15:40:04 -03:00
|
|
|
`terminalizer share {{path/to/recording.gif}}`
|