Table of Contents
These are some useful shell scripts which you can run directly from your Android device's home screen with the termux-widget package.
python3 bash curl htop termshark termux termux-api termux-widget
pkg update -y
pkg install root-repo -y
pkg install python3 bash curl htop termshark -y
- Create a .shortcuts directory in the ~/ (home) directory.
mkdir -p ~/.shortcuts/
- Clone the repo
git clone https://github.com/kraken-503/termux-widget-scripts.git
- Copy the files
cd termux-widget-scripts/
cp -r * ~/.shortcuts/
Important
tasks/shred-temp.shshreds everything inside~/storage/downloads/temp/.If there is no such folder, create one and add files to that folder. Also this script will zero out the files on the last pass so that it will be harder to recover. (Although shredding is not really recommended/nessesary in modern smartphones.)essentials/termshark.shrequires root permission to work.(and your device's internal network adapter name should also be wlan0, if not you can edit the script with the corresponding name and run it)essentials/start_webserver.shandwebsite/host_website.shstarts up a python webserver with port 8000. You can access it by going to the urlhttp://localhost:8000
Made with ❤️ by kraken-503