Fish Shell 3.2
github.com
Fish Shell 3.2
1–10 of 133 posts
Re: Fish Shell 3.2
#2Re: Fish Shell 3.2
#3It seems like such a missed opportunity, especially at a time when Linux Gaming is on the rise. There's a whole audience that would have the activation energy of getting into shell scripting lowered by being slightly more friendly and approachable than bash.
I feel like fish is the python of shells, and python has more than proved that a language being 'easy' and approachable makes it much more appealing to a wider audience.
Re: Fish Shell 3.2
#4Don't have anything to add to this except to say thanks to the team for an amazing product. Been using fish shell for 5+ years now and I love it. "Finally, a command line shell for the 90s"!
Re: Fish Shell 3.2
#5Re: Fish Shell 3.2
#6BTW I still waiting for https://github.com/fish-shell/fish-shell/issues/510
Congrats for the release!
Re: Fish Shell 3.2
#7Re: Fish Shell 3.2
#8For scripting I still stick to bash because it's more portable and I already know how to cope with its warts. And sometimes when I can't remember the fish syntax by heart, I just launch a bash from inside fish to run my command and then Ctrl-D :-)
Re: Fish Shell 3.2
#9Don't have anything to add to this except to say thanks to the team for an amazing product. Been using fish shell for 5+ years now and I love it. "Finally, a command line shell for the 90s"!
Re: Fish Shell 3.2
#10As an example, type anything(for instance, '.conf') + up arrow, and there you see all the completions (for instance, 'less /etc/postgresql/10/main/pg_hba.conf' shows for me) based on the shell history. You can then cycle through them with up/down arrows. It is the same as ctrl+R in bash, but so discoverable and plain. I found tons of similar details in fish.
Edit: typos