Android Termux cheat sheet masterlist bible

to beggin install termux from fdroid

be carefull with this

# update the packages
pkg update

# upgrade the packages
pkg upgrade

# go inside your phone storage Download folder
cd /storage/emulated/0/Download/

# go inside your sd card
cd /storage/22B1-56EF/

# copy content of your phone Download folder into Download2
cp -r /storage/emulated/0/Download/ /storage/emulated/0/Download2/

# remove content of your phone storage Download folder
rm -r /storage/emulated/0/Download/

# remove every file with extension m4a from of your phone storage Download folder
cd /storage/emulated/0/Download/ && rm *.m4a

# install Yt-dlp (fast youtube downloader)  credits to this reddit post 
pkg update && pkg upgrade && pkg install python && pkg install ffmpeg && python3 -m pip install --upgrade yt-dlp

# install Yt-dlp also for storage permisions 
termux-setup-storage

Download youtube download helper script

# start a script get.video.termux.sh inside your phone storage Download folder
sh /storage/emulated/0/Download/get.video.termux.sh