Live data from Hacker News

Show HN: Goto – A Linux shell 'cd' replacement tool

github.com

1–10 of 26 posts

Re: Show HN: Goto – A Linux shell 'cd' replacement tool

#6
As I work on quite a big directory tree, where most of the repos are in just a few parent directories, I like using the CDPATH variable that is present in at least (oh-my-)zsh and bash(-completion) (IIRC).

That would auto-update when new directories / repos are added later - maybe a useful addition to your tool?

Re: Show HN: Goto – A Linux shell 'cd' replacement tool

#8
post #7

See also https://github.com/twerth/bashmarks Edit: what I'm actually using is https://github.com/huyng/bashmarks The original link is what I googled on my phone before being able to check it on the computer.

The problem with this is that it saves all the attribute as functions and messes up the .bashrc file. Eg: to save I use: goto -s while this program uses: s Mine is a little minimal, also, the shortcut thing is just an added feature. I just wanted to replicate the Sublime Texts, fuzzy search feature. I don't think bashmarks has fuzzy-find ??
Post reply on HN