Show HN: Goto – A Linux shell 'cd' replacement tool
1–10 of 26 posts
Re: Show HN: Goto – A Linux shell 'cd' replacement tool
#2Contains directory shortcut Bookmarking and a Fuzzy File finder. Unchecked on a MAC.
Re: Show HN: Goto – A Linux shell 'cd' replacement tool
#3this is what i need. i actually tried to google for this yesterday and couldnt find it. :D
Re: Show HN: Goto – A Linux shell 'cd' replacement tool
#4This 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.
Re: Show HN: Goto – A Linux shell 'cd' replacement tool
#5Working good an Arch, nice 'n' easy.
Re: Show HN: Goto – A Linux shell 'cd' replacement tool
#6As 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
#7See 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.
Re: Show HN: Goto – A Linux shell 'cd' replacement tool
#8See 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 ??
Re: Show HN: Goto – A Linux shell 'cd' replacement tool
#9If you prefer something automatic that will learn from your own usage, have a look at https://github.com/clvv/fasd
Re: Show HN: Goto – A Linux shell 'cd' replacement tool
#10I 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?