Skip to content

kraken-503/termux-widget-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents


Overview

These are some useful shell scripts which you can run directly from your Android device's home screen with the termux-widget package.


Preview


Requirements

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

Installation

  • 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.sh shreds 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.sh requires 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.sh and website/host_website.sh starts up a python webserver with port 8000. You can access it by going to the url http://localhost:8000

Made with ❤️ by kraken-503

About

A list of custom termux widget scripts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published