Skip to content

onzecki/azrust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

azrust

Simple and an even faster file finder than turtureanu/az made in Rust.

Rust

Usage

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

Building azrust

To build azrust, you can use Cargo, Rust's package manager and build tool. Follow these simple steps:

  1. Clone the repository to your local machine:

    git clone https://github.com/onzecki/azrust.git
  2. Navigate to the project directory:

    cd azrust
  3. Build the project using Cargo:

    cargo build
  4. Once the build process is complete, you can find the compiled binary in the target/debug/ directory:

    cd target/debug
    ./azrust -h