Open In App

Terminalizer : Record Your Linux Terminal and Generate Animated GIF

Terminalizer is an open-source cross-platform CLI tool that is used to record the terminal session and generate or share animated gif images.

Features

In this article, we will show you how to install terminalizer in Debian-based Linux (Ubuntu/Kali/Linuxmint/Elementary).



Installation:

To install terminalizer you need to have node.js and npm installed on your computer. 

sudo apt update
sudo apt install build-essential
sudo apt install nodejs npm

To verify  the installation, run :



node -v && npm -v

Now install terminalizer globally on your machine by adding the -g flag to the npm install command.

npm install -g terminalizer

To verify  the installation, run :

terminalizer -v

verify terminalizer installation

Record and Render/Share

Basic command syntax

 terminalizer <command> <session>
terminalizer record test

This will save a file test.yml in your current directory

Once the recording has been saved, terminalizer will prompt you to share the recording on https://terminalizer.com.

Reply with Yes, if you want to share the recording.

terminalizer play test

terminalizer render test

terminalizer share test

To view the gif created above, visit  https://terminalizer.com/view/e2e0411c5173.

Configuration

You can also manually configure the attributes by editing the .yml file.

Uninstallation

To uninstall, run :

npm uninstall -g terminalizer

Article Tags :