Camp Navigation
Use cgo for interactive directory changes and camp go --print for scripts.
Primary Commands
cgo # toggle camp root <-> last location
cgo p # projects/
cgo f # festivals/
cgo i # .campaign/intents/ (intents)
cgo cr # workflow/code_reviews/
cgo p camp # projects/camp/
camp go p --print
camp go f --print
cd "$(camp go p --print)"
Notes
cgorequires shell init:eval "$(camp shell-init zsh)".camp godoes not change shell directory by itself.- Shortcut source of truth:
camp shortcuts.
Common Mistakes
- Expecting
camp goto behave likecd. - Using raw path
cdeverywhere instead of camp shortcuts. - Forgetting shell init and then assuming
cgois broken.