An open API service indexing awesome lists of open source software.

https://github.com/s0cks/taskfile.nvim

Neovim plugin for working w/ Taskfiles
https://github.com/s0cks/taskfile.nvim

neovim neovim-lua-plugin neovim-plugin task taskfile

Last synced: 25 days ago
JSON representation

Neovim plugin for working w/ Taskfiles

Awesome Lists containing this project

README

          

# taskfile.nvim

Neovim plugin for working w/ [Taskfiles](https://taskfile.dev/)

## Installation

Lazy

```lua
{
's0cks/taskfile.nvim',
version = '*',
dependencies = {
'folke/snacks.nvim',
},
opts = {},
}
```

### Dependencies

- [Snacks](https://github.com/folke/snacks.nvim)
- [taskfile-language-server](https://github.com/s0cks/taskfile-language-server)

## Task Picker

The task picker allows you to fuzzy-find a task and run it using Snacks.

```lua
require('taskfile.picker').task_picker()
```

[![Example](https://asciinema.org/a/fefth2yu4lu9SdvWK5to6dlu2.svg)](https://asciinema.org/a/fefth2yu4lu9SdvWK5to6dlu2)