Workspace is an open-source command line tool, which can read input and separate into multiple subtasks to accelerate Coder is an open-source command line tool, which can read input and separate into Coder subtasks to accelerate large scale jobs' execution.
go install github.com/horsing/ws@latest # using @<version> to try development features
Usage: ws <command>
Available command:
help|-h|--help|-?|? show this help
[exe] any command configured in ~/.workspace
An example of
~/.workspace
:
{
"programs": {
"code": {
"program": "C:\\Users\\developer\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe",
"args": [
"Source Code Pro"
]
}
}
}
ws
Workspace is licensed under the MIT. For detail see LICENSE.
The master branch may be in an unstable or even broken state during development. Please use releases instead of the master branch in order to get a stable set of binaries.