goto icon indicating copy to clipboard operation
goto copied to clipboard

Alias and navigate to directories with tab completion in Linux

Results 15 goto issues
Sort by recently updated
recently updated
newest added

I can install goto without having any problems via brew but it won't start. `brew install goto` > /usr/local/Cellar/goto/1.2.3: 6 files, 18.9KB, built in 4 seconds If I try starting...

help wanted :pray:

Replacing `mv` by `command mv` prevents using user's alias for `mv` like confirmation prompt or verbosity.

When running `source goto.sh` in the [fish shell](https://fishshell.com/), it gives this error: ``` goto.sh (line 42): Unexpected ')' found, expecting '}' -c|--cleanup) ^ from sourcing file goto.sh source: Error while...

I think it is an interesting missing feature. If you just type `goto`, it will return where you are e.g. the alias if it was registered otherwise return the directory...

If `goto --expand` would return 1 on error (as it does in other commands), it could be used easier to check if alias exist before creating. E.g.: ``` if !...

[When stderr is redirected to /dev/null the output of direnv is swallowed](https://github.com/iridakos/goto/blob/master/goto.sh#L285). This wouldn't be a problem except direnv can use interactive prompts and so you'll be stuck not knowing...

Hi, brew version is old :) ``` brew info goto goto: stable 2.0.0 ``` the current version is : `goto version 2.1.0` who is maintaining the brew package? @iridakos you?...

I installed goto recently on WSL. It didn't work from the first try. So I installed it myself in a different directory where I put most of my global scripts....

help wanted :pray: