The Friendly Interactive Shell which is commonly called and abbreviated as FISH is a shell for UNIX and UNIX like Operating System. It is released under GNU General Public License v2.
Features of FISH
- Interactive and User-friendly
- Powerful features
- Simple, clean and Consistent.
- Exotic in the sense that syntax not independent and isn’t derived from Bourne Shell or C shell.
- Search as you type feature ensures automatic suggestions based upon current directory and history.
- Select suggestions using arrow key.
- Advanced Tab completion supported.
- Syntactic rules prefer features as commands and not syntax.
- Help command to view FISH documentation in HTTP Web Browser.
- Support for Universal Variable so user can assign permanent variable, remains unaffected at reboot/shutdown.
- Syntax highlighting and extensive error checking.
- X clipboard supported.
- Glorious VGA Color. 256 terminal colors supported.
- Web-based configuration.
Installation of FISH (Friendly Interactive Shell) in Linux
Fish packages can be installed on all Linux distributions using Fish repositories, the best way is to add the repository to your system package manager using the following steps as per your distributions:
On Debian Systems
Add the following repository to Debian 8/7 and install manually as shown.
On Ubuntu Systems
On Ubuntu (all supported releases) execute the following commands:
On Fedora Systems
On Fedora (22, 21, 20) run the following commands as root:
On CentOS Systems
On CentOS (7 and 6) run the following commands as root:
No comments:
Post a Comment