Launch apps on Termux
pkg install git
- Install Termux Launch on realease
- Open the app and it will show a notification
- Click install to proceed with the installation
rm -f $(command -v launch)
sed -i 's|.*launch-completion.bash||' ~/.bashrc # Replace ~/.bashrc with your shell's config file
$ 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...
...
I did this project with the help of Tasker
To add new functions or see how this project works import it by clicking here