Skip to content

GlitchYou/termux-launch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 $(command -v 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> ]  [ -u --update ]
         [ -i --info <app_name> ] [ -h --help ]
         [ -p --package <app_package> ]
    Launch apps on android
  
  -a --app       -- open app
  -i --info      -- show app settings
  -p --package   -- open app from package
  -u --update    -- load all apps
  -h --help      -- show help

$ launch -a play_store
Starting play_store...
...

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

$ launch -p com.whatsapp
Starting package com.whatsapp...
...

$ 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