Open source terminal window screen capture tools for developers

Sairam Krish
2 min readJun 10, 2022

--

Developers need to radiate complex steps and terminal commands to other developers. There are many open source tools to help us in this area. But it is hard to search them and narrow them down. In this article, I am trying to consolidate my favourite picks.

Following tools helps developers to capture their terminal window.

asciinema

asciinema is a free and open source solution for recording terminal sessions and sharing them on the web.

Excellent examples are giving in https://asciinema.org/. We can copy-paste text from the recorded session.

termynal

termynal is a lightweight and modern animated terminal window capturing tool.

Credit: https://github.com/ines/termynal

The above one is a gif. But the actual one is a javascript widget.

We can copy-paste the commands from the screen shot.

Examples:

terminalizer

terminalizer helps to record our terminal and generate animated gif images. We cannot copy-paste the commands from this screen capture.

Credit: https://github.com/faressoft/terminalizer

--

--

Sairam Krish
Sairam Krish

Written by Sairam Krish

Software Architect ★ Data Architect

No responses yet