A simple android application launcher script for Termux.
Tested on android 11.
- fzf: To list the applications.
aapt: To extract the application label.am: To launch the application.cmd: To list the installed packages and paths.
The last two are probably already installed.
For the first two, use this command:
pkg install fzf aapt -ymkdir -p ~/.local/bin && wget https://raw.githubusercontent.com/zenarvus/termux-app-launcher/refs/heads/main/app-launcher -O ~/.local/bin/app-launcher && chmod +x ~/.local/bin/app-launcherDo not forget that ~/.local/bin/ should be in the PATH. Put this code in your .bashrc file:
export PATH=$PATH:~/.local/binhelp: lists all available commands.
select: spawns fzf to select and launch an application.
generate: generates a list of currently installed applications.
You can also make Termux your default home screen with one of these cool applications: