4 ms·
sounds useful. i cd often. can you expand on your bookmarking system?
by obel1x 8y ago
sounds useful. i cd often. can you expand on your bookmarking system?
- yumaikas 8y agoOne better, I can link you to it (I had written my own version at work, but ran across this and forked it to switch out the command names, since someone else had done it alreay) https://github.com/yumaikas/bashmarks/blob/customized/README.md https://github.com/yumaikas/bashmarks/blob/customized/README...
- Spivak 8y agoDevelopers will be doomed to reinvent bookmarking systems when all you really need to do is set CDPATH Here's how to do it in ZSH: https://robots.thoughtbot.com/cding-to-frequently-used-directories-in-zsh https://robots.thoughtbot.com/cding-to-frequently-used-direc...
- DavideNL 8y agoAs an alternative, there's also fasd: https://github.com/clvv/fasd https://github.com/clvv/fasd