GitXplorerGitXplorer
d

termux-action

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
bf795927e91281af59685c342d725d3f6cbdd851

Fix chooser showing when notification is dismissed

ddkramer95 committed 7 years ago
Unverified
77e2171a6e7f812cad38d94a2aeed2b9b44a0f42

Fix boot script install

committed 7 years ago
Unverified
5f6af00a81c1a160fc36111fc4a51aa49cb46d83

Update README install instructions

ddkramer95 committed 7 years ago
Unverified
693996242debf0e934d62eb36e0502f1027fd4fb

Ignore directories in chooser

ddkramer95 committed 7 years ago
Unverified
60d31af9dfb6613b724b23aaefe187bc1ca65a39

Add install script that doesn't require termux-create-package

ddkramer95 committed 7 years ago
Unverified
dab179f9c34bf3bdc199e9cb7e6b8542b4386ebf

Change termux-action-install to termux-action-create-pkg

ddkramer95 committed 7 years ago

README

The README file for this repository.

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