-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
goto does not work for me on MacOS 10.15 #55
Comments
Hi @ndsvw , I will try to to the same asap in my mac and let you know. Thanks for the detailed feedback. |
Reporting that I had the same issue, and I understand this doesn't help the install with |
I just ran into this issue, and it appears that the actual binary is not part the things installed; /usr/local/Cellar/goto/1.2.3 does not contain a binary. |
@iridakos, can you update the brew-version of goto? |
Hi @ndsvw , I created a release and I will try to update the version in Brew as well. Unfortunately I no longer have access to a MacOS system and I can't test if the functionality is working on ZSH there. Do you have any updates on this? |
@ndsvw Here's the pull request to Homebrew Homebrew/homebrew-core#49477 |
but still:
|
Having the same issue here.
|
Having same issue OS: macos 10.15.6 |
This solved it for me: add this to your ~./zshrc file and source it or start a new terminal session
showed all my previously defined aliases but trying to call them errored
I had to reregister my aliases with
and this solved it. helpful link Can a Bash tab-completion script be used in zsh? |
If you're still using
|
I can source goto.sh to have the script works, but I cannot get the auto-completion work at all. When I press after writing "goto ", I get the auto-completion of the current folder's files instead... I tried all the solutions listed here. 😭 Note: The same .zshrc lines works on my Windows + WSL machine, but not on my MacOS (Monterey) |
hope this can help u if u install goto via script : ) check if following code in your
the reason it not work maybe you have both Lines 48 to 53 in b7fda54
|
Copy the file goto.sh somewhere in your filesystem and add a line in your .zshrc or .bashrc to source it. For example, if you placed the file in your home folder, all you have to do is add the following line to your .zshrc or .bashrc file: |
I can install goto without having any problems via brew but it won't start.
brew install goto
If I try starting it:
goto
With MacOs 10.15, Apple changed the default shell on MacOS to zsh. Maybe that's the problem..
I tried solving this issue by doing this (without success): #36 (comment)
OS: MacOS 10.15.1
Shell: zsh (default shell)
goto Version: 1.2.3 (newest version I get via
brew install goto
)never had such a problem with any brew package
The text was updated successfully, but these errors were encountered: