mfaerevaag / wd

:rocket: Jump to custom directories in zsh
MIT License
693 stars 45 forks source link

Warp to remote server #30

Open mawalu opened 9 years ago

mawalu commented 9 years ago

I started to use wd a few days ago and I realy like it. I just thought it would be cool if one would be able to do something like wd add web user@example.com:/srv/http

mfaerevaag commented 9 years ago

Good to hear!

Agreed, that would be awesome.. Unfortunately I don't have much spare time at the moment, so I don't think it will happen any time soon. Though, it will be on the top of the feature list! Of course you're welcome to hack away on it if you wish :innocent: Anyways, thanks for the great idea!

kigster commented 8 years ago

This is a great idea! I will be adding it to the ruby implementation of wd.

https://github.com/kigster/warp-dir

jcklpe commented 5 years ago

@kigster Hi, sorry to resurrect such an old thread but I was wondering if you might be able to advise me. I have been using wd for awhile now, but sometimes I need to work on remote system that uses bash, and so I found [this] repo. I also see that your project works on both zsh and bash. Is there any significant difference between the zsh, bash, and your implementations? Like if I use your implementation will I be losing any features from this zsh version of wd? The bash one seems to me to be a very simple version and I think the main difference between it and the zsh one is that the zsh one provides auto completion but it's a little hard for me to tell. Does yours also work with zsh autocomplete and syntax highlighting?