Skip to content
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

Fish shell support #71

Open
vertbyqb opened this issue Oct 10, 2021 · 2 comments
Open

Fish shell support #71

vertbyqb opened this issue Oct 10, 2021 · 2 comments

Comments

@vertbyqb
Copy link

When running source goto.sh in the fish shell, it gives this error:

goto.sh (line 42): Unexpected ')' found, expecting '}'
    -c|--cleanup)
                ^
from sourcing file goto.sh
source: Error while reading file “goto.sh”

I suspect this is because the fish shell is not POSIX-compliant. Could support for the fish shell be added?

@dcchambers
Copy link

Take a look at using bass for sourcing sh/bash scripts with fish.

@matusf
Copy link

matusf commented Jan 3, 2022

Hi, I've made a port of goto to fish shell, you can give it a try: https://github.com/matusf/goto

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants