Show HN: Goto – A Linux shell 'cd' replacement tool
21–26 of 26 posts
Re: Show HN: Goto – A Linux shell 'cd' replacement tool
#22I use Bashmarks for a few years already ( https://github.com/huyng/bashmarks ). Does this have any advantage, or is it just another NIH thing? Also - if the purpose is to save as much typing as possible, why it isnt a bit shorter command than 'goto'? .)
Also, another difference between bashmark and this is that it uses all functionalities as an extension to goto. ie. to save you write" goto -s " instead of "s " this is again done to simplify the .bashrc and remove g/s/l/p functions from being created. Gives me greater control.
Re: Show HN: Goto – A Linux shell 'cd' replacement tool
#23No man page! No Unix badge for you.
Re: Show HN: Goto – A Linux shell 'cd' replacement tool
#24I can tell it's not going to be as good - because you know.. 4 letters vs 2. Jokes aside I don't think this provides anything over zsh or fish or another shell that supports directory and tab completion?
When i said minimal, i meant WRT the .bashrc file. I didn't want extra stuff and functions there. Also, this is just cd with a glorified jumping feature. Like i said, it's a better form of 'cd'. You can't compare it to zsh/fish or other shells!!!
Re: Show HN: Goto – A Linux shell 'cd' replacement tool
#25Earlier quoted context omitted.
When i said minimal, i meant WRT the .bashrc file. I didn't want extra stuff and functions there. Also, this is just cd with a glorified jumping feature. Like i said, it's a better form of 'cd'. You can't compare it to zsh/fish or other shells!!!
None of what you just said makes any sense. 'cd' isn't something unique to bash; indeed, a quick glance at the project didn't reveal that it's just trying to fix a deficiency in bash (although I did suspect it). 'cd' isn't broken; bash is. So you can absolutely compare this to zsh and fish, and the conclusion is that it's redundant and inferior to the built-in tools of those shells, which, incidentally, support all o…
Re: Show HN: Goto – A Linux shell 'cd' replacement tool
#26This looks cool. I’m going to give it a “check” on my Mac. EDIT: Appears to be working peachy on OS X 10.10.2 with zsh.
Thanks for the MAC test :) I was worried about the privilege problems it may run into.. you know, accessing stuff without sudo/su in Ubuntu/MAC is a nightmare.