termux-utils
v8.2.0
Published
termux utilities
Downloads
3,731
Maintainers
Readme

🚀 Termux Misc Toolkit
A collection of powerful utilities to supercharge your Termux Application!!!
⚡ Features
"c"→ Custom C shell (similar to cling)"cdt"→ Run commands in a directory and return to$OLDPWD"ns"→ Run scripts without a shebangns <INTERPRETER> <SCRIPT>"su"→ Fake superuser wrapper"tc"→ Parallel job runner"tct"→ Test"tc""x"→ Universal archive extractor"lock"→ Lock your terminal"exe!"→ Run scripts even from internal storage"r"→ Run hex codes!- There are more commands, figure it out yourself!
- Hint: its not in the wiki
CAUTION: read more
📦 Installation
apt update -y; apt upgrade -y; apt install curl wget tar coreutils bash nodejs git npm -y; git clone https://github.com/tanazd2/termux-utils.git; cd termux-utils; node index.js i🧪 Examples
# Start custom shell
termux-utils c
# Run command in another directory
termux-utils cdt ls /sdcard
# Run script without shebang
termux-utils ns python script.py
# Extract archive
termux-utils x file.zip🧠 Why this exists
Termux is powerful but lacks convenience tools.
This toolkit adds speed, flexibility, and better workflows.
⭐ Support
If you like this project:
- Star ⭐ the repo
- Fork 🍴 it
- Suggest features / improvements
Any FAQ? Click
