Skip to content

The repo make easy to using Termux thanks to useful scripts.

License

Notifications You must be signed in to change notification settings

bkayranci/termux-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

termux-tools

Useful tools for Termux

Shellcheck

The repo make easy to using Termux thanks to useful scripts.

screenshot

Requirements

Installation

Termux:

cd $HOME
pkg install git
git clone https://github.com/bkayranci/termux-tools.git
cd termux-tools
make install

Usage example

Scripts are run on Termux or Termux:Widget

For more examples and usage, please refer to the Wiki.

Development setup

Scripts are test when pushed in Github Actions by shellcheck.

Shellcheck can be used on web or installed.

Meta

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

Contributing

  1. Fork it (https://github.com/bkayranci/termux-tools/fork)
  2. Create your feature branch (git checkout -b feature/newScript)
  3. Commit your changes (git commit -am 'Add a script')
  4. Push to the branch (git push origin feature/newScript)
  5. Create a new Pull Request