Bash function to jump to any Johnny.Decimal folder
# https://johnnydecimal.com | |
cjdfunction() { | |
pushd ~/Dropbox/*/*/${1}* # ~/Dropbox is my root folder, change to suit yours. | |
} | |
export cjdfunction | |
alias cjd='cjdfunction' # Or any other alias you prefer. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
Is there any equivalent to this for powershell?