Termux is a powerful terminal application that provides a Linux environment on Android phones. Along with programming and development tools, Termux also has many cool and fun commands that can show hacker-style screens, colorful text, moving animations, funny talking animals, and stylish terminal designs. These commands are easy to use and make Termux more fun and interesting for beginners.
Here are some popular and fun terminal commands that you can try in Termux. Simply copy the commands and paste them into the Termux terminal to enjoy cool effects, animations, colorful text, and hacker-style screens:
Install Required Packages
First update your Termux packages:
pkg update && pkg upgradeNow install the required Termux cool packages:
pkg install cmatrix cowsay figlet toilet sl neofetch fortune libcaca rubyInstall lolcat for rainbow color effects:
gem install lolcatCMatrix Command in Termux
CMatrix creates a hacker-style green matrix animation on the terminal screen similar to movies and hacker scenes. It is one of the most famous cool commands used in Termux.
cmatrixYou can stop the animation anytime using:
CTRL + CCacafire Command in Termux
Cacafire creates a colorful fire animation directly inside the terminal screen. It is one of the most visually interesting Termux commands and gives your terminal a unique animated effect.
cacafireCacafire gives the terminal a cool animated fire effect that looks stylish, colorful, and fun while using Termux on Android.
Cowsay Command in Termux
Cowsay displays a funny talking cow with your custom message inside a speech bubble. It is a simple but fun command used by many Linux users.
cowsay "Welcome to Termux"You can change the text message to anything you want.
Figlet Command in Termux
Figlet converts simple text into large stylish ASCII text. It is commonly used for banners and terminal customization.
figlet TERMUXYou can also use your own name or any custom text.
Toilet Command in Termux
Toilet works similar to Figlet but supports extra font styles and colorful text effects.
toilet -f big "Termux"You can combine it with lolcat for rainbow colors.
toilet -f big "TERMUX" | lolcatSL Command in Termux
SL is a funny Linux command that displays a moving train animation in the terminal window.
slThis command is small, simple, and entertaining for beginners.
Neofetch Command in Termux
Neofetch displays your Android device information in a stylish format with logos and system details.
neofetchIt shows information like Android version, device model, CPU, memory, and more.
Fortune Command in Termux
Fortune displays random quotes, jokes, or motivational lines every time you run it.
fortuneMany users combine it with Cowsay for better output.
fortune | cowsayRainbow Color Effects in Termux
Lolcat adds colorful rainbow effects to terminal text and commands.
echo "Termux Commands" | lolcatYou can combine lolcat with many other commands for beautiful outputs.
These fun Termux commands are a great way to make your terminal more cool and interesting. You can use them to create colorful text, hacker-style screens, moving animations, and funny terminal effects. If you are a beginner, these commands can also help you learn basic Linux terminal usage in a simple and enjoyable way.
