-
Notifications
You must be signed in to change notification settings - Fork 209
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: Unknown command 'xsh' #164
Comments
yea I have the same problem its seam xsh does not works with the fish shell |
That's right, fish isn't supported yet. They have their own scripting
language. Presumably it wouldn't be a ton of work to port the existing
script that works with bash and zsh.
…--Craig
On Thu, Sep 28, 2017 at 10:07 AM, jonocosa ***@***.***> wrote:
yea I have the same problem its seam xsh does not works with the fish shell
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#164 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAAsW04smr70h-VktM_sqSbH5Xt-7FM_ks5sm9JsgaJpZM4Ltz-R>
.
|
You can actually start a bash script in fish pretty easy. Just out a shebang with bin/sh and eveerything works nice |
Great. It uses a pretty different language though, for scripting. For
scripts to support it, it looks like they need to be rewritten almost from
scratch.
…--Craig
On Sun, Oct 1, 2017 at 1:44 AM, Ivan ***@***.***> wrote:
You can actually start a bash script in fish pretty easy. Just out a
shebang with bin/sh and eveerything works nice
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#164 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAAsW4wrA0culoUMdPaTbOPkpLnObY3Wks5sn1EDgaJpZM4Ltz-R>
.
|
Well, you can write wrappers on fish for standart bash scripts. It's unix shell so all of this shit is just a text |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I simply installed xiki on fish shell(fedora 25) and it gives me
fish: Unknown command 'xsh'
The text was updated successfully, but these errors were encountered: