goto icon indicating copy to clipboard operation
goto copied to clipboard

Fish shell support

Open vertbyqb opened this issue 4 years ago • 2 comments

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?

vertbyqb avatar Oct 10 '21 21:10 vertbyqb

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

dcchambers avatar Oct 25 '21 15:10 dcchambers

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

matusf avatar Jan 03 '22 05:01 matusf