brew install autojump
Add to .zshrc
[[ -s $(brew --prefix)/etc/profile.d/autojump.sh ]] && . $(brew --prefix)/etc/profile.d/autojump.sh
j [file name]
j post
# output:
# /Users/shang/Yukun4119.github.io/_posts
jo folderName
j -s
man autojump
j -h