Skip to content

cetanu/taskrunner.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

taskrunner.nvim

Make it convenient to run your tasks from within Neovim, for many different task runner providers

Providers

  • Makefile
  • Justfile
  • Rakefile
  • Invoke
  • Cargo (kinda)

Feel free to contribute your own provider!

Install

{
    "cetanu/taskrunner.nvim",
    event = "VeryLazy",
    config = function()
      require("task_runner").setup({
        providers = {
          make = true,
          just = true,
          rake = true,
          invoke = true,
          cargo = true,
        }
      })
    end,
}

Usage

Inside your project, use the command :TaskRunner

Which will show a list of tasks you can execute.

Display

Navigate using regular vim motions and select task with <enter>

Upon selection, a window will display the output

Output

About

Plugin to make it easy to run your project commands

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published