Fish Gives Super TAB Powers To Your Shell [Linux]

Fish Gives Super TAB Powers To Your Shell [Linux]: "
fish

Fish is a user friendly command line shell. It features syntax highlighting, advanced tab completion features, discoverable help, a revised shell syntax and many other features.


Fish comes with a lot of features, but I find one feature truly amazing: tab completion for command line arguments, including explanations.

Example typing: 'find -na', when pressing the TAB button completes it to 'find name'. Typing 'find -a' and then pressing TAB will show all arguments that start with '-a' - and it also includes detailed explanations.

Here is a screenshot to understand better:

fish



Install Fish


Fish should be available in all major Linux distributions official repositories. In Ubuntu, install Fish using the following command:
sudo apt-get install fish


Then to run it, simply enter 'fish' in a terminal.


You can read a lot more about Fish @ it's homepage.


P.s.: if you don't read this post without having in mind that 'fish' is an application, it can be quite funny :)

© www.webupd8.org 2009-2010. | What's New on the World Wide Web



"