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:
|
|
|
|
|
2022-12-06 06:47:56 +00:00
|
|
|
`terminalizer record {{path/to/file}}`
|
2018-12-23 15:08:56 +00:00
|
|
|
|
|
|
|
- Play a recorded file on the terminal:
|
|
|
|
|
2022-12-06 06:47:56 +00:00
|
|
|
`terminalizer play {{path/to/file}}`
|
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
|
|
|
|
2022-12-06 06:47:56 +00:00
|
|
|
`terminalizer render {{path/to/file}}`
|
2018-12-23 15:08:56 +00:00
|
|
|
|
|
|
|
- Upload a video to terminalizer.com:
|
|
|
|
|
2022-12-06 06:47:56 +00:00
|
|
|
`terminalizer share {{path/to/file}}`
|