| Crates.io | zfind |
| lib.rs | zfind |
| version | 0.1.5 |
| created_at | 2024-12-14 09:50:57.33747+00 |
| updated_at | 2024-12-18 05:28:51.340647+00 |
| description | A tool for zsh which provides easy access to your previous commands |
| homepage | https://itsmehecker.github.io/zfind/ |
| repository | https://github.com/itsmehecker/cargo-cult |
| max_upload_size | |
| id | 1483025 |
| size | 33,124 |
zfind
The goal of this project is to provide a way for users to find their previously used commands fast and easily
PS I added clip and pbcopy alr in the code so if you wanna re use it for maybe .bash_history/equivalent for windows you can just changing the file name would be enough
To build the project, clone the repository and navigate to the project directory:
git clone https://github.com/itsmehecker/cargo-cult.git
cd cargo-cult
cargo build
To install from cargo
cargo install zfind
for ppl who install it with cargo
zfind <snippet>
or for ppl who build it (haven't added to path)
cargo run <snippet>
Contributions are welcome! Please fork the repository and submit a pull request with your changes.