Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GlitchYou/termux-launch
Launch apps on Termux
https://github.com/GlitchYou/termux-launch
android termux termux-launch
Last synced: 3 months ago
JSON representation
Launch apps on Termux
- Host: GitHub
- URL: https://github.com/GlitchYou/termux-launch
- Owner: GlitchYou
- License: mit
- Created: 2021-05-24T07:22:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-01T18:34:45.000Z (almost 3 years ago)
- Last Synced: 2024-06-10T00:37:39.232Z (5 months ago)
- Topics: android, termux, termux-launch
- Language: Shell
- Homepage:
- Size: 2.15 MB
- Stars: 63
- Watchers: 3
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Termux:Launch
Launch apps on TermuxDemo
### Install
##### Dependences
pkg install git1. Install Termux Launch on [realease](https://github.com/GlitchYou/termux-launch/releases/tag/1.2)
2. Open the app and it will show a notification
3. Click install to proceed with the installation### Uninstall
```bash
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 ] [ -u --update ]
[ -i --info ] [ -h --help ]
[ -p --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](https://play.google.com/store/apps/details?id=net.dinglisch.android.taskerm)
To add new functions or see how this project works import it by clicking [here](https://taskernet.com/shares/?user=AS35m8lZFkvcWqyrgtPNlB2Mh52ouETCHLjBo4o18oCQ0xa81fNP%2Fw5ZsXNm7UpARlC3g9C%2BsFR3pw%3D%3D&id=Project%3ATermux%3ALaunch)