#CDPATH

9 messages · Page 1 of 1 (latest)

digital perch
#

I've played with Warp and it's really lovely. Great job all around. Not supporting CDPATH is a deal-breaker though—any ETA on support? There's a ticket here that's been languishing for a while 😦 https://github.com/warpdotdev/warp/issues/373

north owlBOT
#

Hi @digital perch. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:

#

Thank you for your feedback and for highlighting the importance of CDPATH support in Warp. As of now, CDPATH is not respected for completions in Warp, and this is a known open issue tracked here: CDPATH is not respected for completions. Multiple users have expressed that the lack of CDPATH support is a significant drawback, especially for those who rely on it for efficient directory navigation.

Currently, there is no official ETA or timeline provided by the Warp team for when CDPATH support will be implemented. The issue has been acknowledged and discussed, but no updates or commitments have been posted regarding its resolution. If this feature is critical to your workflow, you may want to subscribe to the issue on GitHub to receive notifications about any progress or announcements from the Warp team.

If you have additional feedback or want to emphasize the importance of this feature, consider adding your input or upvoting the issue to help signal its priority to the developers.

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:

#

@digital perch Kapa.ai is still learning and improving, please let me know how I did by reacting below.

little ivy
#

CDPATH is interesting but I feel like using aliases as I can add many aliases without the risk of breaking my shell.

I wonder if fzf would be able to serve as a workaround?

Something like this:

cd $(find * -type d | fzf)
digital perch
#

thanks! i'm glad that works for your workflows, but i'm not looking for alternatives; just to understand if the team intends to support the functionality.

little ivy
#

Totally understood, was just saying. I was more intrigued that I did not know about CDPATH. Also, if fzf would work as an interim until something solid come from Warp.

digital perch
little ivy
#

I just read the docs and tried using cdpath on my Warp install and it works for me... I am using ZSH with OMZ and P10K. Not sure what shell you use but maybe there is something else in your profile that's breaking it for you?