Creating a Custom Autocomplete Script in ZSH Around Project Root Path
I’m trying to create a script that will mimic cd where I provide a path, and the script cd’s to that by appending it to an absolute existing path. The idea is that wherever I call it, it will always act as if I’m trying to cd from the root of the project.