trogdoro / xiki

A shell console with GUI features
http://xiki.org
Other
3.76k stars 208 forks source link

fish: Unknown command 'xsh' #164

Open schvabodka-man opened 7 years ago

schvabodka-man commented 7 years ago

I simply installed xiki on fish shell(fedora 25) and it gives me fish: Unknown command 'xsh'

jonocosa commented 6 years ago

yea I have the same problem its seam xsh does not works with the fish shell

trogdoro commented 6 years ago

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 notifications@github.com 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 https://github.com/trogdoro/xiki/issues/164#issuecomment-332901692, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAsW04smr70h-VktM_sqSbH5Xt-7FM_ks5sm9JsgaJpZM4Ltz-R .

schvabodka-man commented 6 years ago

You can actually start a bash script in fish pretty easy. Just out a shebang with bin/sh and eveerything works nice

trogdoro commented 6 years ago

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 notifications@github.com 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 https://github.com/trogdoro/xiki/issues/164#issuecomment-333362310, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAsW4wrA0culoUMdPaTbOPkpLnObY3Wks5sn1EDgaJpZM4Ltz-R .

schvabodka-man commented 6 years ago

Well, you can write wrappers on fish for standart bash scripts. It's unix shell so all of this shit is just a text