A collection of scripts for Termux.
Warning
This program is in Alpha version (see Update log for more information.
Important
To use a beautiful command line script execution interface, gum can be used with -g
or --gum
parameter added to the execution command.
curl -sL https://raw.githubusercontent.com/GiGiDKR/OhMyTermuxScript/main/install.sh -o install.sh && chmod +x install.sh && ./install.sh --gum
Note
Remove the --gum
parameter to run the script without
- From a clean install of Termux, paste the following code
pkg update -y && pkg install git -y
git clone https://github.com/GiGiDKR/OhMyTermuxScript.git
cd OhMyTermuxScript && chmod +x ./*.sh
- Type
ls
to display the list of scripts, then type
./script_name.sh
- Electron Node.js
curl -sL https://raw.githubusercontent.com/GiGiDKR/OhMyTermuxScript/main/electron.sh -o electron.sh && chmod +x electron.sh && ./electron.sh --gum
- Symbolic Link to external user directories
curl -sL https://raw.githubusercontent.com/GiGiDKR/OhMyTermuxScript/main/usersymlink.sh -o usersymlink.sh && chmod +x usersymlink.sh && ./usersymlink.sh --gum
- Uninstall
./script_name.sh -u
./script_name.sh --uninstall
- Using gum to magnify the command line interface
./script_name.sh -g
./script_name.sh --gum
Tip
These settings can be combined.
- Version 0.1.0 : Initial upload
- Version 0.2.0 : OhMyTermux integration
- Version 1.0.0 : Added an installation and execution script
- Integrate the ability to use gum into scripts
- Integrate uninstallation with a run command parameter
- Update README.md to include script-specific commands
- Upload other scripts
- Creating an installation and execution script