Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rsalmei/zsh-history-to-fish
Bring your ZSH history to Fish shell.
https://github.com/rsalmei/zsh-history-to-fish
fish history python script shell zsh
Last synced: 10 days ago
JSON representation
Bring your ZSH history to Fish shell.
- Host: GitHub
- URL: https://github.com/rsalmei/zsh-history-to-fish
- Owner: rsalmei
- License: mit
- Created: 2019-06-29T17:06:25.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-08-09T04:53:53.000Z (about 1 year ago)
- Last Synced: 2024-10-14T17:07:29.874Z (22 days ago)
- Topics: fish, history, python, script, shell, zsh
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 94
- Watchers: 4
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.buymeacoffee.com/rsalmei)
[![PyPI version](https://img.shields.io/pypi/v/zsh-history-to-fish.svg)](https://pypi.python.org/pypi/zsh-history-to-fish/)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/zsh-history-to-fish.svg)](https://pypi.python.org/pypi/zsh-history-to-fish/)
[![PyPI status](https://img.shields.io/pypi/status/zsh-history-to-fish.svg)](https://pypi.python.org/pypi/zsh-history-to-fish/)# Bring your ZSH history to Fish shell
This is a simple tool to ease the migration from ZSH to Fish shell, without losing your hard-earned history commands.
As I was migrating myself, I've found out there's no tool to do this automatically, so I've made one for my own use.
For that, I had to search for the specifications of both history files, and ended up involved in multiple threads with the right devs to try to understand and make it work.
In the process, I've stumbled upon several people interested in a such a tool.Well, it has worked! So I've wrapped it in a python package to make it easy to use, and now I'm sharing with anyone who may need it! It's released on PyPI.
## Get it
Just do in your zsh shell:
```bash
❯ pip install zsh-history-to-fish
```## How to use
```bash
❯ zsh-history-to-fish --help
Usage: zsh-history-to-fish [OPTIONS] [INPUT_FILE]Bring your ZSH history to Fish shell.
Options:
--version Show the version and exit.
-o, --output_file PATH Optional output, will append to fish history by default
-d, --dry-run Do not write anything to filesystem
-n, --no-convert Do not naively convert commands
--help Show this message and exit.
```A successful run looks like:
```bash
❯ zsh-history-to-fish -dn
ZSH history to Fish
===================
input : /Users/rogerio/.zsh_history (naive-convert=False)
output: dry run mode
.......
Processed 6515 commands.
No file has been written.
```## Changelog highlights:
- 0.3.0: fix for empty history lines, and general command output improvements
- 0.2.0: use actual `zsh` process to import history, since it does not use utf-8
- 0.1.0: initial version## License
This software is licensed under the MIT License. See the LICENSE file in the top distribution directory for the full license text.## Did you like it?
Thank you for your interest!
I've put much ❤️ and effort into this.
If you appreciate my work you can sponsor me, buy me a coffee! The button is on the top right of the page (the big orange one, it's hard to miss 😊)