2018-12-23 15:08:56 +00:00
|
|
|
# terminalizer
|
|
|
|
|
2021-08-15 18:59:09 +01:00
|
|
|
> Utility program which records the terminal and generate animated GIFs or share a video.
|
2019-06-03 01:06:36 +01:00
|
|
|
> 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:
|
|
|
|
|
2020-05-22 13:31:24 +01:00
|
|
|
`terminalizer record {{filename}}`
|
2018-12-23 15:08:56 +00:00
|
|
|
|
|
|
|
- Play a recorded file on the terminal:
|
|
|
|
|
2020-05-22 13:31:24 +01:00
|
|
|
`terminalizer play {{filename}}`
|
2018-12-23 15:08:56 +00:00
|
|
|
|
2021-08-15 18:59:09 +01:00
|
|
|
- Render a recording file as an animated GIF image:
|
2018-12-23 15:08:56 +00:00
|
|
|
|
2020-05-22 13:31:24 +01:00
|
|
|
`terminalizer render {{filename}}`
|
2018-12-23 15:08:56 +00:00
|
|
|
|
|
|
|
- Upload a video to terminalizer.com:
|
|
|
|
|
2020-05-22 13:31:24 +01:00
|
|
|
`terminalizer share {{filename}}`
|