softinio.com/content/projects/fishee/index.md

28 lines
936 B
Markdown
Raw Normal View History

2025-04-26 20:57:30 -07:00
+++
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."
2025-06-13 17:58:19 -07:00
weight = 4
2025-04-26 20:57:30 -07:00
[taxonomies]
2025-06-14 09:15:14 -07:00
tags = ["Fish Shell", "Swift", "Terminal Tools", "Project"]
2025-04-26 20:57:30 -07:00
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>