Live data from Hacker News

Fish: Finally, a command line shell for the 90s

ridiculousfish.com

1–10 of 155 posts

Re: Fish: Finally, a command line shell for the 90s

#3
I use fish (http://fishshell.com/), and it's amazing. However, they're missing the most important feature from their front page: Syntax highlighting!

Valid executables are colored green, as you type. Invalid commands are red, as you type. Valid files are underlined, as you type.

Like the carpenter who can feels the feedback of the grain of the wood through the handle of his plane can adjust his technique as he planes, fish shell lets me 'feel' the programs and files I'm working with through the shell.

And that makes me happy.

Re: Fish: Finally, a command line shell for the 90s

#5
post #4
post #2

I didn't get this right from the start, but this is a fork of fish(shell), which has been around for quite a while: http://fishshell.com/

Why did they pick the exact same name?

Presumably because fish hasn't been updated since 2009 and they expect their fork to become the new standard version.

http://ridiculousfish.com/shell/beta.html

"Welcome to our fork of the fish shell, a command line shell like bash. Its working name is fishfish, but I hope eventually it will just be fish!"

Re: Fish: Finally, a command line shell for the 90s

#6
Looks like the author is trying to replace the old fish (http://fishshell.com/)

Welcome to our fork of the fish shell, a command line shell like bash. Its working name is fishfish, but I hope eventually it will just be fish! (http://ridiculousfish.com/shell/beta.html)

Re: Fish: Finally, a command line shell for the 90s

#8
post #4
post #2

I didn't get this right from the start, but this is a fork of fish(shell), which has been around for quite a while: http://fishshell.com/

Why did they pick the exact same name?

It's not called that yet: "Its working name is fishfish, but I hope eventually it will just be fish!"

The ambition is quite reasonable as work on the fish shell itself has petered out, there was a recent dead cat bounce after a long fallow period, but it seems to be back to stasis there.

Re: Fish: Finally, a command line shell for the 90s

#9
post #3

I use fish ( http://fishshell.com/ ), and it's amazing. However, they're missing the most important feature from their front page: Syntax highlighting! Valid executables are colored green, as you type. Invalid commands are red, as you type. Valid files are underlined, as you type. Like the carpenter who can feels the feedback of the grain of the wood through the handle of his plane can adjust his technique as he plan…

I stopped using fish a while ago, when it would crash whenever I opened a console session (so I couldn't do anything when X didn't start). I switched to zsh with fish emulation, but lately I realized I have a shell that takes much longer to start up and basically does everything fish does, and nothing more.

If fishfish is more stable, I'll switch in a heartbeat.

Post reply on HN