Navigation
This group covers the repo/workspace location and open flows:
goopencodehub
Current Behavior
gotargets either the selected repo or the current space rootopenopens either the selected repo or the current space root in File Explorercodeopens either the selected repo or the current space root in the configured editorhubopens either the selected repo’s GitHub URL or the configured repositories page
Editor Model
code reads the editor command from the RepoHelpers config:
Editor.CommandEditor.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.