zarrebin

find files from terminal


Keywords
cli, find-files, rust
License
GPL-3.0

Documentation

Zarrebin

🔎 find files from terminal

Usage

zarrebin [FLAGS] [OPTIONS] [--] [dir]

It can accept options and filters. See more in usage.md.

Installation

cargo install zarrebin

Or build it yourself:

git clone https://github.com/hkh12/zarrebin.git
cd zarrebin
cargo build --release
cargo install --force --path .