Skip to content

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 bookmark
  • bmg'cd "$(bm goto $1)"' # Go to bookmark (requires shell cd)
  • bml'bm list' # List bookmarks
  • bmr'bm remove' # Remove bookmark
  • bmu'bm update' # Update bookmark
  • cd'cd_with_history' # Override default cd command
  • cdh'cd_with_history' # Explicit enhanced cd helper
  • cdhelpcd_aliases_help
  • cdversioncd_aliases_version
  • dh'dirhistory' # Show directory history
  • dirs'dirs -v' # List directory stack with indices
  • ld'lwd' # Return to last directory

Next step

Open the full list: