diff --git a/content/projects/fishee/FisheeLogo.jpeg b/content/projects/fishee/FisheeLogo.jpeg new file mode 100644 index 0000000..4230ae7 Binary files /dev/null and b/content/projects/fishee/FisheeLogo.jpeg differ diff --git a/content/projects/fishee/index.md b/content/projects/fishee/index.md new file mode 100644 index 0000000..b5e11ea --- /dev/null +++ b/content/projects/fishee/index.md @@ -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: + - README: diff --git a/content/projects/zio-actors/index.md b/content/projects/zio-actors/index.md index af47503..3f95f5f 100644 --- a/content/projects/zio-actors/index.md +++ b/content/projects/zio-actors/index.md @@ -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: - README: - Documentation: - -