amsitlab / termuxlauncher

TermuxLauncher : Android application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Termux Launcher (unofficial)

Description


Set Termux as a launcher without hacking anything in the original application. This application just sets Termux as a launcher and does not modify/hack/replace the Termux application itself. Termux application must be installed on your device before using this application.

Installation

If you do not build from source, I have an installable apk for you at here .

Clone this repository to your local storage by typing:

git clone https://github.com/amsitlab/termuxlauncher.git

Go to the repo's root directory:

cd termuxlauncher

Read the Build section.

Build


  • Make sure you have cloned this repo to your local storage.
  • Make sure you have located on root directory of this repo.
  • Make sure build.sh on this root repository has executable permission. run this script on root directory of this repository:
chmod +x build.sh 

and run this script to build:

./build.sh

Recomended


To launch the application with command:

launch [appname]

write it to your ~/.bashrc or ~/.bash_profile :

source "${EXTERNAL_STORAGE}/termuxlauncher/.apps-launcher"

after you have built and installed this app.

Feature


  • The original application was not hacked.
  • You can launch the application by running a command on termux (with a little preliminary configuration).
  • Rooting is not required.

Success


build on Lenovo A1000

Author


Build with


Note


When you fork/recode this repo, you do not become a creator of this app. You can fork/recode this repo, but please do not remove the author's name.

About

TermuxLauncher : Android application


Languages

Language:Java 56.5%Language:Shell 43.5%