Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.72 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.72 KB

History of Fishing (or hof) is a CLI application that works with the Fish Shell history files.

Features

  • merges arbitrary number of Fish Shell history files
  • verifies Fish Shell history file that it contains only increasing timestamps

Installation

Download latest binaries from the GitHub releases:

# macOS
> curl -L -o ~/.local/bin/hof https://github.com/2m/history-of-fishing/releases/latest/download/hof-x86_64-apple-darwin

# Linux
> curl -L -o ~/.local/bin/hof https://github.com/2m/history-of-fishing/releases/latest/download/hof-x86_64-pc-linux
> hof version
1.3.2

Usage

asciicast-badge

Acknowledgments

The usage of decline library and setting up native-image build was inspired by a very informative @note blogpost Writing native CLI applications in Scala with GraalVM.