Hacker News new | ask | show | jobs
by jciochon 2712 days ago
Shoutout as well to the various `warp` implementations[1,2,3]. Instead of guessing, you set "warp points" so for your example you can do something like:

>cd ~/Projects/someproject

>wd add . some

From then on you can use `wd some` to warp to that dir.

[1]: https://github.com/kigster/warp-dir

[2]: https://github.com/mfaerevaag/wd

[3]: https://github.com/troyxmccall/wd

1 comments

Oh that's slick! That will be helpful for a few of my similarly named projects that autojump gets wrong sometimes.