Cd Aliases
Short folder move commands.
This page introduces one alias group and its common command shortcuts. Read it first to understand naming conventions, expected inputs, and safe execution patterns. Then open the reference appendix for the complete command inventory and exact syntax. These aliases reduce repeated typing and preserve consistent workflow behavior on macOS, Linux, and WSL.
When to use
Use this page before daily shell work when you need predictable command patterns.
What is included
- Aliases: 16
- Helper functions: 6
- Source files: 12
Quick examples
bm→'bm add' # Create bookmarkbmg→'cd "$(bm goto $1)"' # Go to bookmark (requires shell cd)bml→'bm list' # List bookmarksbmr→'bm remove' # Remove bookmarkbmu→'bm update' # Update bookmarkcd→'cd_with_history' # Override default cd commandcdh→'cd_with_history' # Explicit enhanced cd helpercdhelp→cd_aliases_helpcdversion→cd_aliases_versiondh→'dirhistory' # Show directory historydirs→'dirs -v' # List directory stack with indicesld→'lwd' # Return to last directory
Next step
Open the full list: