Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cmccandless/vstask

CLI for VSCode tasks
https://github.com/cmccandless/vstask

cli python tasks vscode

Last synced: 1 day ago
JSON representation

CLI for VSCode tasks

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.com/cmccandless/vstask.svg?branch=master)](https://travis-ci.com/cmccandless/vstask)[![PyPI](https://img.shields.io/pypi/v/nine.svg)](https://pypi.org/project/vstask/)

# vstask
CLI for VSCode tasks

## Installation
```bash
pip install vstask
```

## Usage
```bash
$ vstask -h
usage: vstask [-h] [--version] [-l] [-t] [--completion] [TASK [TASK ...]]

positional arguments:
TASK

optional arguments:
-h, --help show this help message and exit
--version print version information
-l, --list list available tasks
-t, --time print runtime information
--completion bash tab-completion; usage: source <(vstask --completion)
```