ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Taskfile

by biozz ST4

A Sublime Text 4 plugin for running Taskfile tasks

Details

Installs

  • Total 269
  • Win 110
  • Mac 106
  • Linux 53
Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12 Jun 11 Jun 10 Jun 9 Jun 8 Jun 7 Jun 6 Jun 5 Jun 4 Jun 3 Jun 2 Jun 1 May 31 May 30 May 29 May 28 May 27 May 26 May 25 May 24 May 23 May 22 May 21 May 20 May 19 May 18 May 17 May 16 May 15 May 14 May 13 May 12 May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4
Windows 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Sublime Taskfile

Package Control

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.

Usage

  • 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)

Installation

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.

Contributing

You are welcome to submit pull requests with bug fixes and improvements.

Please lint your files with black before submition.