Useful tools for Termux
The repo make easy to using Termux thanks to useful scripts.
Termux:
cd $HOME
pkg install git
git clone https://github.com/bkayranci/termux-tools.git
cd termux-tools
make install
Scripts are run on Termux or Termux:Widget
For more examples and usage, please refer to the Wiki.
Scripts are test when pushed in Github Actions by shellcheck.
Shellcheck can be used on web or installed.
Türkalp Burak Kayrancıoğlu – @bkayranci – [email protected]
Distributed under the GNU GPLv3 license. See LICENSE
for more information.
https://github.com/bkayranci/termux-tools
- Fork it (https://github.com/bkayranci/termux-tools/fork)
- Create your feature branch (
git checkout -b feature/newScript
) - Commit your changes (
git commit -am 'Add a script'
) - Push to the branch (
git push origin feature/newScript
) - Create a new Pull Request