---
title: Trying out fish 🐟
date: 2024-08-22
layout: post
tags:
- linux
- tech
---
## Introduction
Fish shell is a command-line shell mostly written in the Rust programming language for Unix-related systems that aims to be user-friendly. The reason I have chosen to try fishing is because I like some of the features it comes with!
## Features of Fish 🐟
Fish aims to be a smart, user-friendly command line shell
- Tab completion
- Themes
- Syntax highlighting
- Web Based Configuration
***
## What I like about Fish!
My favourite feature of the fish shell is that it has built-in tab completion, meaning it gives you options for the command you are inputting into the terminal. This also remembers the last time you typed in a command, so when I am sshing into a server, it makes it so much easier!