About
zfind is a command-line tool that helps you find and copy commands from your .zsh_history file.
Usage
zfind <snippet>
Replace <snippet>
with the command snippet you want to search for in your .zsh_history
file.
Installation
To install zfind, clone the repository and build it using Cargo:
git clone https://github.com/itsmehecker/cargo-cult.git
cd cargo-cult
cargo build
Author
Created by itsmehecker.