Simple and an even faster file finder than turtureanu/az made in Rust.
A quick and easy-to-use file finder made in Rust
Usage: azrust [OPTIONS] [PATTERN] [PATH]
Arguments:
[PATTERN] Pattern to search for
[PATH] Path to start the search from
Options:
-i, --ignore <IGNORE> Regex to ignore
-d, --detail Results return path, filename, size, date modified, and file type
-j, --json Output results in JSON format
--hidden Search hidden files and directories
-h, --help Print help
-V, --version Print version
To build azrust, you can use Cargo, Rust's package manager and build tool. Follow these simple steps:
-
Clone the repository to your local machine:
git clone https://github.com/onzecki/azrust.git
-
Navigate to the project directory:
cd azrust
-
Build the project using Cargo:
cargo build
-
Once the build process is complete, you can find the compiled binary in the target/debug/ directory:
cd target/debug ./azrust -h