https://github.com/cmccandless/vstask
CLI for VSCode tasks
https://github.com/cmccandless/vstask
cli python tasks vscode
Last synced: 24 days ago
JSON representation
CLI for VSCode tasks
- Host: GitHub
- URL: https://github.com/cmccandless/vstask
- Owner: cmccandless
- License: mit
- Created: 2018-04-19T14:58:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-06T20:50:17.000Z (over 2 years ago)
- Last Synced: 2024-11-11T06:25:22.956Z (7 months ago)
- Topics: cli, python, tasks, vscode
- Language: Python
- Homepage: https://pypi.org/project/vstask/
- Size: 32.2 KB
- Stars: 26
- Watchers: 3
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.com/cmccandless/vstask)[](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:
TASKoptional 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)
```