Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amsitlab/termuxlauncher
TermuxLauncher : Android application
https://github.com/amsitlab/termuxlauncher
Last synced: 3 months ago
JSON representation
TermuxLauncher : Android application
- Host: GitHub
- URL: https://github.com/amsitlab/termuxlauncher
- Owner: amsitlab
- Created: 2018-06-11T17:58:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-10T15:09:20.000Z (7 months ago)
- Last Synced: 2024-05-01T01:33:08.613Z (7 months ago)
- Language: Java
- Size: 59.6 KB
- Stars: 177
- Watchers: 17
- Forks: 26
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Termux Launcher (unofficial)
### Description
---------------
Set [Termux](https://github.com/termux/termux-app) as a launcher without hacking anything in the original application.
This application just sets [Termux](https://github.com/termux/termux-app) as a launcher and does not modify/hack/replace the [Termux](https://github.com/termux/termux-app) application itself.
[Termux](https://github.com/termux/termux-app) 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](http://github.com/amsitlab/termuxlauncher/releases) .
>Clone this repository to your local storage by typing:
```bash
git clone https://github.com/amsitlab/termuxlauncher.git
```
Go to the repo's root directory:
```bash
cd termuxlauncher
```
Read the [Build](#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:
```bash
chmod +x build.sh
```and run this script to build:
```bash
./build.sh```
### Recomended
--------------
To launch the application with command:
```bash
launch [appname]
```
write it to your *~/.bashrc* or *~/.bash_profile* :
```bash
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
----------
- Amsit (@amsitlab)### Build with
--------------
- [Termux](https://github.com/termux/termux-app)
- [ecj](http://www.eclipse.org/jdt/core/) (termux package)
- [dx](http://developer.android.com/tools/help/index.html) (termux package)
- [aapt](http://elinux.org/Android_aapt) (termux package)
- [apksigner](https://github.com/fornwall/apksigner) (termux package)### 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.