/awesome-termux

A list of awesome things related to Termux

Creative Commons Zero v1.0 UniversalCC0-1.0

Awesome Termux Awesome

A list of awesome things related to Termux

Termux Apps

Remote Connection Tips

Utils

Android Hacking

Hacking

Programming

Python

R

Bash Tips

How to check if a script is running inside Termux

if [[ $0 == *termux* ]]; then
     # Add here your Termux specific code
fi

Related lists