hardik88t / task-buddy

VScode extension to help you run your tasks/commands

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

task-buddy

A simple VScode extension to help you run your tasks/commands with a single click.

Features

  • Run tasks/commands with a single click
  • Run multiple tasks/commands with a single click
  • Run tasks/commands in a sequence
  • Run tasks/commands in parallel
  • Run tasks/commands in a sequence and parallel

Requirements

  • VScode

Extension Settings

This extension contributes the following settings:

  • task-buddy.tasks: List of tasks/commands to run
  • task-buddy.runInParallel: Run tasks/commands in parallel
  • task-buddy.runInSequence: Run tasks/commands in sequence
  • task-buddy.runInSequenceAndParallel: Run tasks/commands in sequence and parallel

Usage

  • Open the command palette (Ctrl+Shift+P)
  • Type task-buddy and select Task Buddy: Run Tasks
  • Select the tasks/commands you want to run
  • Select the run mode (parallel, sequence, sequence and parallel)
  • Click Run Tasks

Known Issues

  • None

Release Notes

My extension is still in development. I will update this section once I have a stable version.

1.0.0

Initial release of task-buddy

Following extension guidelines

Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.

About

VScode extension to help you run your tasks/commands


Languages

Language:TypeScript 100.0%