nerd190 / termux-launch

Launch apps on Termux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Termux:Launch

Launch apps on Termux

Demo demo

Install

Dependences
pkg install git
  1. Install Termux Launch on realease
  2. Open the app and it will show a notification
  3. Click install to proceed with the installation

Uninstall

rm -f $(which launch)
sed -i 's|.*launch-completion.bash||' ~/.bashrc # Replace ~/.bashrc with your shell's config file

How to use

$ launch --help
Usage:
  launch [ -a --app <app_name> ] [ -i --info <app_name> ] [ -u -update ] [ -h --help ]
    Launch apps on android
  
  -a --app       -- open app
  -i --info      -- show app settings
  -u --update    -- load all apps
  -h --help      -- show help

$ launch -a playstore
Starting playstore...
...

$ launch -i tasker
Starting info tasker...
...

$ launch -u
Loading Apps...
...
Import this project

I did this project with the help of Tasker

To add new functions or see how this project works import it by clicking here

About

Launch apps on Termux

License:MIT License


Languages

Language:Shell 100.0%