Project: Fishee

This commit is contained in:
Salar Rahmanian 2025-04-26 20:57:30 -07:00
parent 336853b2a7
commit 019c4d0f0f
3 changed files with 28 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

View file

@ -0,0 +1,27 @@
+++
title = "Fishee"
description = "Fishee is a command-line interface (CLI) tool designed specifically for users of the Fish Shell. It provides a convenient way to manage and manipulate your Fish Shell history files."
weight = 3
[taxonomies]
tags = ["Fish Shell", "Swift", "Terminal Tools"]
categories = ["Project"]
[extra]
local_image = "projects/fishee/FisheeLogo.jpeg"
social_media_card = "FisheeLogo.jpeg"
toc = true
keywords = ["Fish Shell", "Swift", "Terminal Tools"]
+++
![Fishee](FisheeLogo.jpeg)
# Overview
Fishee is a command-line interface (CLI) tool designed specifically for users of the Fish Shell. It provides a convenient way to manage and manipulate your Fish Shell history files, making it easier to maintain and transfer command history across different environments.
## Links
- Repository: <https://github.com/softinio/Fishee>
- README: <https://github.com/softinio/Fishee/blob/main/README.md>

View file

@ -1,7 +1,7 @@
+++
title = "ZIO Actors"
description = "A High performance, purely functional library for building, composing, and supervising typed actors based on ZIO using Scala."
weight = 3
weight = 4
[taxonomies]
tags = ["actor model", "concurrency", "distributed systems", "scala", "functional programming", "zio"]
@ -31,5 +31,3 @@ Original creator of this project, though I do not maintain it anymore.
- Repository: <https://github.com/zio/zio-actors>
- README: <https://github.com/zio/zio-actors/blob/master/README.md>
- Documentation: <https://zio.dev/zio-actors/>