package
0.0.1
Repository: https://github.com/lherman-cs/dev.git
Documentation: pkg.go.dev

# README

Workspace

Commands

  1. ws init: creates .workspace.toml
  2. ws add : add workspace mapping to .workspace.toml
  3. ws rm : remove workspace mapping from .workspace.toml
  4. ws status: run version control's status set on .workspace.toml on every workspace. Default to "git status"
  5. ws path : get absolute path of workspace name
  6. ws tidy: clean up invalid paths

Out of Scope

  • Repl is outside scope. Always use default shell, repl is just ugly... This means we can't change directories, instead we can do cd $(dev ws path workspace1)