Fish shell
81–90 of 188 posts
Re: Fish shell
#822.2 beta 1 was released last week. Testers welcome!
Re: Fish shell
#832.2 beta 1 was released last week. Testers welcome!
Re: Fish shell
#84Fish not being bash compliant was a deal breaker for me. I use zsh with https://github.com/zsh-users/zsh-syntax-highlighting zsh fish like syntax hilighting and am much more happy.
Re: Fish shell
#85Re: Fish shell
#86Looks interesting and great timing. I got super annoyed today when I saw that the latest version of gnome terminal in Ubuntu stopped supporting changing tab titles via the GUI.
Re: Fish shell
#87Fish is definitely good, but not great enough to justify a switch from Bash. I maintain tens of thousands of lines of Bash scripts and was considering switching to Fish once, but decided it wasn't worth it. When you compare the *nix shells to PowerShell, they feel prehistoric. We all use grep, sed, awk, and the likes, but don't you get tired of having to deal with unstructured data and gross limitations of the shell…
Re: Fish shell
#88I can already do sane scripting, with Python. I suspect that as soon as I try to to anything slightly complicated, Python leaves fish scripting behind.
Re: Fish shell
#89Their shitty webpage still requires javascript, though!
Re: Fish shell
#90I don't mind the incompatibility to bash, but using "; and" instead of "&&" is a little annoying.
Everything else is great.
It actually auto-completes remote hosts and paths when you type ssh or scp commands! It also fuzzy-completes filenames when you're lazy (or have typos in them) and a bunch of other neat things.
The up-key function after typing in parts of a command and ^F have probably saved me hours of time wasted in bash.