50 lines
1.2 KiB
YAML
50 lines
1.2 KiB
YAML
|
AntiFeatures:
|
||
|
- NonFreeDep
|
||
|
Categories:
|
||
|
- Development
|
||
|
License: GPL-3.0-only
|
||
|
WebSite: https://termux.com
|
||
|
SourceCode: https://github.com/termux/termux-tasker
|
||
|
IssueTracker: https://github.com/termux/termux-tasker/issues
|
||
|
Donate: https://termux.com/donate.html
|
||
|
Bitcoin: 1BXS5qPhJzhr5iK5nmNDSmoLDfB6VmN5hv
|
||
|
|
||
|
AutoName: Termux:Task
|
||
|
Description: |-
|
||
|
This plugin for [[com.termux]] provides a way to run Termux scripts from Tasker.
|
||
|
|
||
|
# Create a new Tasker Action.
|
||
|
# In the resulting Select Action Category dialog, select Plugin.
|
||
|
# In the resulting Termux:Task dialog, select Termux:Task.
|
||
|
# Edit the configuration to specify the executable in ~/.termux/tasker/ to execute, and if it should be executed in the background (the default) or in a new terminal session.
|
||
|
|
||
|
RepoType: git
|
||
|
Repo: https://github.com/termux/termux-tasker
|
||
|
|
||
|
Builds:
|
||
|
- versionName: '0.1'
|
||
|
versionCode: 1
|
||
|
commit: v0.1
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: '0.2'
|
||
|
versionCode: 2
|
||
|
commit: v0.2
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: '0.3'
|
||
|
versionCode: 3
|
||
|
commit: v0.3
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
AutoUpdateMode: Version v%v
|
||
|
UpdateCheckMode: Tags
|
||
|
CurrentVersion: '0.3'
|
||
|
CurrentVersionCode: 3
|