Skip to content

Plugin to work with Taskfiles.

Notifications You must be signed in to change notification settings

StefanBRas/gotask.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gotask.nvim

Plugin to help with gotask. For now, it's just a Telescope extension that lets you pick a task to run.

It's very much alpha and it's my first plugin, so don't expect too much.

Feel free to open issues or PRs.

screenshot

Dependencies

  • nvim >= 0.10 (Currently the prerelease version. Only because I use vim.system - if this is a problem, feel free to suggest an alternative)
  • telescope.nvim
  • a task binary in your PATH

Usage

Telescope gotask will show a list of tasks in your taskfile. Selecting one will run it.

⚙ Configuration

require("gotask").setup({
  task_binary = "task", -- the binary to use
})

Health check

Run :checkhealth gotask to see if everything is working. There will be a section called gotask.nvim.

About

Plugin to work with Taskfiles.

Resources

Stars

Watchers

Forks

Languages