Skip to main content

Utility program which records the terminal and generate animated gifs or share a video.

# To create the global config directory:
terminalizer init

# To record the terminal and create a recording file:
terminalizer record <file_name>

# To play a recorded file on the terminal:
terminalizer play <file_name>

# To render a recording file as an animated gif image:
terminalizer render <file_name>

# To upload a video to terminalizer.com:
terminalizer share <file_name>