LinuxCommandLibrary

terminalizer

terminalizer

TLDR

Create the global config directory

$ terminalizer init
copy


Record the terminal and create a recording file
$ terminalizer record [path/to/file]
copy


Play a recorded file on the terminal
$ terminalizer play [path/to/file]
copy


Render a recording file as an animated GIF image
$ terminalizer render [path/to/file]
copy


Upload a video to terminalizer.com
$ terminalizer share [path/to/file]
copy

Copied to clipboard