A smart and friendly shell

Teach a Man to Fish…

Author(s):

The fish shell provides many features that rival the well-known Bash. We examine some highlights.

The home page for the Friendly Interactive SHell (fish) [1] still proclaims it "the command line shell for the 90s." However, with version 2.1.0 released in October 2013, fish remains in active development and includes dozens of small innovations that together make the command line a friendlier place.

Fish is available in the package repositories of many major distributions [2]. If yours does not include it, you can download the code by cloning the GitHub repository with

git clone git://github.com/fish-shell/fish-shell.git

[...]