From b1534b4ad25d8ee73a9fd675532170a13de344d3 Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Sat, 1 Feb 2025 23:14:24 -0800 Subject: [PATCH] docs: Update README with logo attribution and code formatting improvements --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d79593f..8004ba6 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,14 @@ ![Fishee Logo By Caspian Rahmanian](FisheeLogo.jpeg) +Fishee Logo By [Caspian Rahmanian](https://github.com/ducktinio) + # Fishee Fishee CLI Tool for Fish Shell ## About Fishee -So I have been a user of Fish Shell for quite a while now and really enjoy using it. +So I have been a user of Fish Shell for quite a while now and really enjoy using it. So I decided to write this CLI tool for Fish Shell that helps me manage my fish history. @@ -21,7 +23,7 @@ So I decided to write this CLI tool for Fish Shell that helps me manage my fish In terminal run: -``` +```bash fishee --help ``` @@ -44,5 +46,5 @@ OPTIONS: -b, --backup/--no-backup Backup fish history file given before writing. (default: --backup) - -h, --help + -h, --help ```