Konfekt / tasks.vim

Async jobs and tasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tasks.vim, a rewrite of asynctasks.vim, is a (neo)vim plugin to manage and run global and project-local tasks, like starting builds and running tests. It comprises

Features

  • can handle parallel jobs
  • expands vim filename modifiers (%, %:p, etc) in commands
  • configuration files written in a format similar to ini files
  • global and project-local configurations
  • tasks can be filetype and OS specific
  • multiple output modes: embedded terminal, quickfix window, and others
  • tasks tags for profile switching

About

Async jobs and tasks


Languages

Language:Vim Script 99.5%Language:Shell 0.5%