| Crates.io | find_file_cli |
| lib.rs | find_file_cli |
| version | 0.1.0 |
| created_at | 2024-12-17 05:17:31.259983+00 |
| updated_at | 2024-12-17 05:17:31.259983+00 |
| description | A CLI tool to find a file across your entire PC |
| homepage | https://github.com/Blasber15-hue/find_file |
| repository | https://github.com/Blasberg15-hue/find_file |
| max_upload_size | |
| id | 1485813 |
| size | 11,486 |
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.
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]