Skip to content

dkramer95/termux-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

termux-action

Launch and execute scripts faster through a shortcut selection interface using the new input methods in the Termux:API addon

Prerequisites

termux-api

Installation

git clone https://github.com/dkramer95/termux-action

Run install which will install the scripts and needed dependencies

Usage

For Termux:Boot users, a persistent notification will be created automatically and show on boot (recommended). To manually show notification, type termux-action-notification. This notification provides an entry point to the termux-action-chooser interface. The notification will remain in place unless you click the explicit 'close' button.

termux-action-chooser displays a scrollable list of all executable scripts that exist in ~/.termux-actions and can be launched with a single click. The complete filename of the scripts in this directory are what will be displayed in the list.

Termux needs a script file to execute. Add your desired command(s) inside a script file and place them in ~/.termux-actions. For scripts that require a foreground Termux session (i.e. vim), you need to use termux-action-launch [script] and add an additional corresponding script in ~/.termux-actions/launch that contains just the command.

Screenshots

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages