Skip to content

Instantly share code, notes, and snippets.

View ferealqq's full-sized avatar

Pekka Mattinen ferealqq

View GitHub Profile
@ferealqq
ferealqq / ccd.sh
Last active May 19, 2022 19:12 — forked from Adam13531/ccd.sh
Adam13531's "CCD" command revisioned for zsh
# Allow for quick navigation of your filesystem.
# Example usage:
# ccd ~ Co sr stu
# This would move you to the folder ~/Code/src/stuff because it's translated as:
# cd ~
# cd Co
# cd Co* (this is tried because "Co" doesn't exist)
# cd sr
# cd sr*
# etc.