docs: Update README with logo attribution and code formatting improvements

This commit is contained in:
Salar Rahmanian 2025-02-01 23:14:24 -08:00 committed by Salar Rahmanian" (aider)
parent 0e8ba12d39
commit b1534b4ad2

View file

@ -1,12 +1,14 @@
![Fishee Logo By Caspian Rahmanian](FisheeLogo.jpeg) ![Fishee Logo By Caspian Rahmanian](FisheeLogo.jpeg)
<sub>Fishee Logo By [Caspian Rahmanian](https://github.com/ducktinio)</sub>
# Fishee # Fishee
Fishee CLI Tool for Fish Shell Fishee CLI Tool for Fish Shell
## About Fishee ## 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. 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: In terminal run:
``` ```bash
fishee --help fishee --help
``` ```
@ -44,5 +46,5 @@ OPTIONS:
-b, --backup/--no-backup -b, --backup/--no-backup
Backup fish history file given before writing. Backup fish history file given before writing.
(default: --backup) (default: --backup)
-h, --help -h, --help
``` ```