Fish shell
fishshell.com
Fish shell
1–10 of 120 posts
Re: Fish shell
#2Re: Fish shell
#3Re: Fish shell
#4[1] https://twitter.com/search?q=a%20command%20line%20shell%20fo...
Re: Fish shell
#5If those little copy-paste sh/bash scripts would have worked, I'd still be on Fish.
Re: Fish shell
#6It would be great if bash was a little less crap though.
Re: Fish shell
#7Tried it, liked it, but the incompatibility with copy-pastable scripts online made me switch back. If those little copy-paste sh/bash scripts would have worked, I'd still be on Fish.
Re: Fish shell
#8The problem with these alternative shells (to me) is that you'll have to install the shell on other machines before you can use the script you wrote. Bash being present on just about all Linux distros makes it useful, even if the scripting is quite terrible. And if I'll have to do something more complicated I'll use a proper scripting language like Python instead of learning another shell language. It would be great…
Re: Fish shell
#9Tried it, liked it, but the incompatibility with copy-pastable scripts online made me switch back. If those little copy-paste sh/bash scripts would have worked, I'd still be on Fish.
What stopped you from writing "bash[enter]" before running your scripts?
I actually use this guy: https://github.com/edc/bass
Re: Fish shell
#10If I need to script something, I always do it in bash (which is easy to transition to from bash). I don't use the fish language for any scripting because of incompatability, but as a command line interface to my systems it has been a massive boom to my quality of life. I could not reccomend it more.