Skip to content

jwhitley/zsh-cdhelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

zsh-cdhelper plugin

A set of simple zsh functions that wrap cd for quick access.

cdhelper

Creates a shortcut function which changes directory to paths under <path>, including zsh path completion.

Example usage:

# Typically defined by your .zshrc:
~$ cdhelper src ~/src
# starting in $HOME
~$ src
# now in ~/src
~/src$ src foobar
# now in ~/src/foobar
~/src/foobar$ 

wt - cd to another git worktree

Invoking completion on wt with no arguments will show name and branch info about all worktrees associated with the current git repository. Otherwise it functions much like cdhelper defined functions above, e.g. to quickly cd into a subdirectory of another worktree.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages