Skip to main content

How to Record Terminal Session via Termux on Android

Hi every body, to night I will show you How to Record Terminal Session via Termux on Android simple way and off course without watermark on video.

So you need to install termux on your android phone and you can find it on google playstore, don't forget install termux-API.

After apk is installed, you need to following this command above. Please type :
$ pkg install update && install upgrade
$ pkg install git
$ pkg install asciinema

 
Record and share your terminal sessions, the right way.
Forget screen recording apps and blurry video. Enjoy a lightweight, purely text-based approach to terminal recording.

Supports Linux, macOS and *BSD


How it Working?

Please follow command bellow:
$ asciinema rec [filename]
When recorder is start you will see a green font  like this :
~ Asciicast recording started.
~ Hit Ctrl-D or type "exit" to finish.
if you want to finish you recorder, just hit Ctrl+D or exit and show notify like this:
~ Asciicast recording finished.
so if you want to play the video  has been record, just type:
$ asciinema play [filename] 
So if you forget the file name please type "ls" and enter, then see the list of filename you have been record.

Watch full to more understanding :D or follow the web https://asciinema.org to learn more ... see yaa

Comments