termux-utils is a collection of scripts and utilities to enhance your Termux experience, automate tasks, and simplify workflow in the terminal.
You can install all scripts in one go using this command:
apt update -y && apt upgrade -y && apt install curl wget tar coreutils bash nodejs git -y && git clone https://github.com/tanazd2/termux-utils.git && cd termux-utils && node index.js i && echo "install success" || echo "install failed"Yes! Follow the CONTRIBUTING.md guidelines to submit bug fixes, new scripts, or improvements.
All scripts in this repo are licensed under the LICENSE you chose (e.g., MIT, Apache 2.0, GPL-3.0).
Use the ISSUE_TEMPLATE.md to submit your bug report or feature request. Make sure to fill out all fields for faster responses.
- Open an issue using the template
- Check the README and docs
- Contact the maintainer via email (if provided)
The scripts may run slower than compiled programs because they perform every step manually in shell, and are not written in C or another compiled language. This ensures readability and easy modification, but can reduce speed.
git pull origin mainThis fetches and merges the latest changes from the remote repository.