Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/afreakk/fish-history-merger

Merge multiple fish_histories
https://github.com/afreakk/fish-history-merger

fish fish-shell

Last synced: 10 days ago
JSON representation

Merge multiple fish_histories

Awesome Lists containing this project

README

        

# fish-history-merger

### Example usage
```
#!/bin/sh
fish-history-merger ~/.local/share/fish/fish_history ~/Dropbox/fish_history | tee ~/.local/share/fish/fish_history.temp ~/Dropbox/fish_history.temp > /dev/null
mv ~/.local/share/fish/fish_history.temp ~/.local/share/fish/fish_history
mv ~/Dropbox/fish_history.temp ~/Dropbox/fish_history
```