Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imcatwhocode/fish-to-zsh-history
You better not to use this.
https://github.com/imcatwhocode/fish-to-zsh-history
Last synced: 1 day ago
JSON representation
You better not to use this.
- Host: GitHub
- URL: https://github.com/imcatwhocode/fish-to-zsh-history
- Owner: imcatwhocode
- License: mit
- Created: 2024-05-20T15:34:04.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-20T15:43:49.000Z (7 months ago)
- Last Synced: 2024-11-11T10:08:27.135Z (about 1 month ago)
- Language: TypeScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @imcatwhocode/fish-to-zsh-history
This is a simple script that converts your fish shell history to zsh history.
**This script wasn't really tested, so use it at your own risk.**
## Usage
Requires Bun.
```sh
# To preview output to stdout
bun x github:imcatwhocode/fish-to-zsh-history# If you brave enough
bun x github:imcatwhocode/fish-to-zsh-history > ~/.zsh_history
```