Skip to main content

Navigation

PropertyValue
descriptionWorkspace navigation, open, editor, and GitHub actions in RepoHelpers.
relatedRepoHelpers, Status And Inventory, Spaces, GitHub CLI

This group covers the repo/workspace location and open flows:

  • go
  • open
  • code
  • hub

Current Behavior

  • go targets either the selected repo or the current space root
  • open opens either the selected repo or the current space root in File Explorer
  • code opens either the selected repo or the current space root in the configured editor
  • hub opens either the selected repo’s GitHub URL or the configured repositories page

Editor Model

code reads the editor command from the RepoHelpers config:

  • Editor.Command
  • Editor.Arguments

Current shared default:

  • command = code

Example Usage

mac-cli go mac-cli
mac-cli go -Space projects
mac-cli open mac-docs
mac-cli code mac-cli
mac-cli hub
mac-cli hub mac-cli

Current Constraint

These flows are space-aware. If the target repo is omitted, they can operate against the current/default space root instead of failing immediately.