find_file_cli

Crates.iofind_file_cli
lib.rsfind_file_cli
version0.1.0
created_at2024-12-17 05:17:31.259983+00
updated_at2024-12-17 05:17:31.259983+00
descriptionA CLI tool to find a file across your entire PC
homepagehttps://github.com/Blasber15-hue/find_file
repositoryhttps://github.com/Blasberg15-hue/find_file
max_upload_size
id1485813
size11,486
(Blasberg15-hue)

documentation

https://docs.rs/find_file

README

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]
Commit count: 0

cargo fmt