mirror of
https://github.com/softinio/softinio.com.git
synced 2025-09-03 10:36:42 -07:00
Project: Fishee
This commit is contained in:
parent
336853b2a7
commit
019c4d0f0f
3 changed files with 28 additions and 3 deletions
BIN
content/projects/fishee/FisheeLogo.jpeg
Normal file
BIN
content/projects/fishee/FisheeLogo.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 78 KiB |
27
content/projects/fishee/index.md
Normal file
27
content/projects/fishee/index.md
Normal 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"]
|
||||
+++
|
||||
|
||||

|
||||
|
||||
# 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>
|
|
@ -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/>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue