BREAKING NEWS

2012/06/07

How To Makes Command Line Smarter and Friendlier, Fish Shell on Mac OS X


Are you looking for a way to make the command line a bit more user friendly? If so, you may find Fish to be a pretty nice alternative shell whether you are completely new to the OS X Terminal or you just want some general assistance when at the command line.

Riffing on the overall archaic nature of command lines, this new implementation of Fish calls itself “a command line shell for the 90s”, with some genuinely useful and (relatively) modern features like smart autosuggestions based on history, autocompletion of commands, a nice default color palette for syntax highlighting, simple web-based configuration, and more. For those of us that are more familiar with the world of shells, it’s kind of like zsh on steroids, but prettier and a bit smarter. If any of that sounds appealing and you’re anxious to explore the underpinnings of Mac OS X and the world of unix in a (slightly) user friendly way, check out Ridiculous Fish, a branch of the original fish shell that development ended on a while ago.
The package installer is the easiest way for most users to install fish in OS X, but the source is available for those who prefer to build from scratch.

Once you’ve installed Fish launch Terminal and type “fish” to enter the new shell on a session basis to start testing it out, if you like what you’re using change the default shell to fish with the following command (/bin/bash is the OS X default shell, if you want to go back):

chsh -s /usr/local/bin/fish

Fish includes some popular aliases and commands which can be seen by typing fish_config, things like the everpopular ll and la aliases, but the real magic is with the intelligent autosuggestions and autocompletions, which use shell history to predict what you want to do and to aid recall in some of the most obscure commands without grepping around in bash_history.

For those learning, the fish manual page is quite useful as well, it provides a nice general overview of unix commands and command line functions and can be accessed by typing:

man fish

This will launch the default web browser to file://localhost/usr/local/share/doc/fish/index.html, which is basically a lengthy introductory tutorial to shells in general.

All in all Fish is about as friendly as shells can get, though it’s not nearly as ambitious a reworking as the TermKit project, it’s well worth checking out.

Share this:

Post a Comment

 
Copyright © 2014 Deepersolids. Designed by OddThemes