Skip to content

A few scripts to automate things with Termux on Android

Notifications You must be signed in to change notification settings

vaites/termux-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Termux Scripts

A few scripts to automate things with Termux on Android:

  • barcode-scan: scan a file (or take a photo if not specified) for text or URLs using ZBar package
  • ocr-scan: scan a file (or take a photo if not specified) for text Tesseract package
  • php-web-server: start the built-in PHP web server displaying the IP address to connect to
  • ssh-server: start the OpenSSH server and display the wireless IP to connect to

Installation

Using at least Git 2.8.1-2:

cd && cd ../usr
mkdir local && cd local
git clone https://github.com/vaites/termux-scripts.git

Then, just add to your .profile:

export TERMUX_PREFIX=/data/data/com.termux/files/usr
export PATH=$TERMUX_PREFIX/local/bin:$PATH

About

A few scripts to automate things with Termux on Android

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages