fish Shell

Nearly all developers spend time using terminal windows, entering commands, such as git, and automating tasks by writing and running scripts. How would you like to use a shell that is more friendly and provides a simpler, more consistent syntax for scripts?

Fish (the friendly interactive shell) is a *nix command-line shell that offers an alternative to shells like bash and zsh.

At a high level, fish provides the following benefits:

This article explains the fish shell in enough detail for you to determine whether you might prefer it over other shells. Really learning a shell is similar to learning a new programming language. Similar topics are covered here such as variables, functions, string operations, and so on. If writing scripts in other shells has felt tedious in the past, this is your chance to learn a shell that makes scripting easier!

See my Object Computing (OCI) article The fish Shell.