TurboScan is a fast and efficient file search tool written in Rust. It is designed to quickly search for a file in a specified directory while providing a user-friendly command-line interface.
- Efficient File Search: TurboScan uses optimized algorithms to search for files in the shortest possible time.
- CLI Based: TurboScan provides a command-line interface for easy usage.
- Customizable Search: Users can specify the directory to search and customize search parameters.
- Fast Results: TurboScan is built for speed, providing search results promptly.
To install TurboScan, you can clone the repository and build the project using Cargo, the Rust package manager.
git clone https://github.com/Nightmare9801/TurboScan
cd TurboScan
cargo build --releaseTo use TurboScan, type the following commands.
cd TurboScan
cargo run --release
search <DIR> <FILE_NAME>If you would like to contribute to TurboScan, feel free to fork the repository and submit a pull request. We welcome any improvements or new features that can enhance the tool.
TurboScan is licensed under the MIT License. See the LICENSE file for more information.