fish-shell: The User-Friendly Command Line Shell

fish-shell: The User-Friendly Command Line Shell

Summary

fish-shell is a highly acclaimed, user-friendly command line shell designed for macOS, Linux, and Windows. Boasting over 31,000 stars, it offers powerful features like syntax highlighting, autosuggestions, and smart tab completions out of the box. Written in Rust, fish provides an intuitive and efficient experience for developers and users alike.

Repository Info

Updated on November 15, 2025
View on GitHub

Tags

Click on any tag to explore related repositories

Introduction

Discover fish-shell, the friendly interactive shell, a powerful and intuitive command line environment. With over 31,000 stars and 2,100 forks on GitHub, fish-shell stands out for its commitment to user-friendliness and smart features. Developed primarily in Rust, it brings a modern and efficient experience to your terminal, offering features like syntax highlighting, autosuggest-as-you-type, and fancy tab completions that just work, with no configuration required.

Installation

Installing fish-shell is straightforward across various platforms. Here are some common methods:

macOS

Linux

  • Ubuntu (using PPA):
    sudo apt-add-repository ppa:fish-shell/release-4
    sudo apt update
    sudo apt install fish
    
  • For Debian, Fedora, openSUSE, and Red Hat Enterprise Linux/CentOS, packages are available from the openSUSE Build Service.
  • Refer to fishshell.com for instructions on other distributions.

Windows

Building from Source

If pre-built packages are not available for your platform, you can build fish-shell from source. For detailed instructions, including CMake and Cargo build options, please visit the GitHub repository's README.

Examples

Once installed, simply run fish from your current shell to try it out. Its interactive nature means features like syntax highlighting and autosuggestions work immediately, enhancing your command-line experience without any initial configuration. Type commands, and fish will intelligently suggest completions and highlight syntax errors in real-time, making your workflow smoother and more efficient.

Why Use It

fish-shell distinguishes itself with its "just works" philosophy. Unlike other shells that often require extensive configuration, fish provides advanced features like syntax highlighting, autosuggestions, and smart tab completions right out of the box. Its focus on user-friendliness, combined with powerful capabilities, makes it an excellent choice for both new users and experienced developers looking for a more efficient and pleasant terminal experience.

Links