learnbyexample@programming.dev to Linux@lemmy.mlEnglish · 11 months agoNavigating around in your shellblog.meain.ioexternal-linkmessage-square23fedilinkarrow-up177arrow-down14
arrow-up173arrow-down1external-linkNavigating around in your shellblog.meain.iolearnbyexample@programming.dev to Linux@lemmy.mlEnglish · 11 months agomessage-square23fedilink
minus-squarebeeng@discuss.tchncs.delinkfedilinkarrow-up2·11 months agoLook into zoxide. z direc Will take you to the most used directory starting with “direc” eg “/home/me/random/directory”
minus-squareExecutive Chimp@discuss.tchncs.delinkfedilinkarrow-up2·11 months agoI’ve tried things like that before but never got on with them. I found when I had many projects with similar directory structures it was easy to end up in the wrong place and took more thought to get to the right place than just cding
minus-squarebeeng@discuss.tchncs.delinkfedilinkarrow-up1·edit-211 months agoThe dir’s are the same names or similar? A few extra key strokes to get the fullname should be easier than cd’ing back and forth. There’s also z foo “space” “tab” as per docs to get interactive list for matches. But, just a suggestion!
Look into zoxide.
z direc
Will take you to the most used directory starting with “direc” eg “/home/me/random/directory”
I’ve tried things like that before but never got on with them. I found when I had many projects with similar directory structures it was easy to end up in the wrong place and took more thought to get to the right place than just cding
The dir’s are the same names or similar? A few extra key strokes to get the fullname should be easier than cd’ing back and forth.
There’s also z foo “space” “tab” as per docs to get interactive list for matches.
But, just a suggestion!