Termux Tricks & Features
pkg install sl
sl
Now you will be seeing a moving train if all is well with the setup of Termux.
Know all running processes in Termux
top
Display text in a different style
apt install figlet
figlet anyword
You will get the text in a different style.
See Matrix background animation on Termux
apt install cmatrix
cmatrix + ENTER
Find factors of a number
pkg install coreutils
factor 1337
Go to the friendly interactive shell, fish
apt install fish
fish+ENTER
Fish command autocompletes the commands. Type exit to go out.
To see text in colorful style
apt install toilet
toilet -f mono12 -F green BugBounty
To open any site in termux
apt install w3m
w3m google.com
In the same manner, you can install packages according to the need easily through any smartphone.
There are a lot of Termux packages available on Github which can be easily installed and configured.
Comments
Post a Comment