1 unstable release
0.1.0 | Dec 17, 2024 |
---|
#711 in Command line utilities
137 downloads per month
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–10MB
~103K SLoC