Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/afreakk/fish-history-merger
- Owner: afreakk
- License: bsd-3-clause
- Created: 2020-12-21T09:12:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-19T19:21:40.000Z (over 3 years ago)
- Last Synced: 2024-11-29T20:13:21.952Z (2 months ago)
- Topics: fish, fish-shell
- Language: Haskell
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```