1 unstable release
new 0.1.0 | Dec 17, 2024 |
---|
#3 in #pc
4KB
File Finder
find_file
is a CLI tool written in Rust that searches for a file by name across the entire PC and prints out the directory path where the file is found.
Installation
To install find_file
, first ensure you have Rust and Cargo installed. Then, clone the repository and build the project:
git clone https://github.com/yourusername/file_finder.git
cd find_file
cargo build --release
To use it navigate to target/release and use
./find_file filename [starting_directory]
Dependencies
~3.5–10MB
~102K SLoC