Skip to content

This cli app supports using termuxlauncher as your primary launcher for Android phones, interactively and easily install. That's simply the Termuxlauncher Add-on built with fzf🚀

License

Notifications You must be signed in to change notification settings

luisadha/drawercli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drawercli-lightwieght

Application drawer in the terminal. Requires the Termuxlauncher library or app and Termux installed on the device.

Find drawercli in the alrc-termux plugin.

Features

  • Interactive by scrolling the screen to select apps and typing to find favorite apps (this parts has been improved on new update).

  • Updated app list in Termuxlauncher.

  • Display frequently opened apps.

  • Makes app suggestions to open with a specified number.

  • Calculate total user applications

  • Support touchscreen

  • Can be installed in ~/.shortcuts to run via Termux:widget

  • Can be installed on ztmexluis or luis-toolbox.sh

Note: Without Termuxlauncher & Termux this tool won't work

Prerequites/dependencies

Install

curl -fSsl "https://raw.githubusercontent.com/luisadha/drawercli/main/drawercli.sh" -o ~/.local/bin/drawercli && chmod +x ~/.local/bin/drawercli

Uninstall

rm -f ~/.local/bin/drawercli

Usage

  echo
  echo "Available options:"
  echo
  echo -e "-S NUMBER" "\t\t" "To display app recommendations to open, recommendations will be displayed according to the given number."
  echo -e "-c, --clear-history" "\t" "To clear the history of opened app activities."
  echo -e "-r" "\t\t\t" "To refresh the list of apps, newly installed apps will be displayed after the refresh."
  echo -e "-s, --skip" "\t\t" "Does nothing, literally opens Termux itself."
  echo -e "-u" "\t\t\t" "To display the most frequently used apps."
  echo -e "-w, --see-wallpaper" "\t" "To view the wallpaper or open the current-wallpaper app."
  echo -e "-h, --help" "\t\t" "To display this help message."

Author

@luisadha

Contributor

@zaedstudioshpkentang

Thanks

  • Creator of Termuxlauncher and termux for creating great apps
  • mptre creator of pick
  • fzf creator