A Sublime Text 4 plugin for running tasks from Taskfile. It adds Taskfile: Run Task
to your command palette and you can select which task to run. The output of the task is then displayed in the quick panel on the bottom.
It is also possible to initialize the Taskfile
with Taskfile: Init
command, which basically does task -i
in one of the project directories you choose.
- made for Sublime Text 4
- has no external dependencies (other than
task
command) - properly handles multiple open directories
- supports taskfile includes
- does not and will not ship any custom syntax definitions (see installation notes for more details)
First, install Taskfile command.
Then use Package Control: Install Package
command and search for Taskfile
.
If you want to have a hints on which keys are available and what they do, there is an official JSON schema for Taskfile, which can be loaded automatically once you install LSP and LSP-yaml packages.
You are welcome to submit pull requests with bug fixes and improvements.
Please lint your files with black
before submition.