Categorygithub.com/horsing/ws
repositorypackage
0.0.0-20240923134124-7258830db818
Repository: https://github.com/horsing/ws.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Workspace

Build Status LICENSE Language Go Report Card CII Best Practices OpenSSF Scorecard Codecov CLOMonitor Release Tag

Overview

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.

Usage

Install

go install github.com/horsing/ws@latest # using @<version> to try development features

Introduction

Usage: ws <command>
Available command:
  help|-h|--help|-?|?           show this help
  [exe]                         any command configured in ~/.workspace

~/.workspace

An example of ~/.workspace:

{
  "programs": {
    "code": {
      "program": "C:\\Users\\developer\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe",
      "args": [
        "Source Code Pro"
      ]
    }
  }
}

Start default

ws

License

Workspace is licensed under the MIT. For detail see LICENSE.

Note

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.

Star History

Star History Chart