Scrab is a file searching tool built in Rust, designed to be fast and efficient for searching files on your system.
- Fast file indexing and searching.
- Clean and minimalistic user interface.
- Lightweight and highly performant.
- Clone the repository:
git clone https://github.com/TukeCS/scrab.git cd scrab
- Build the project:
cargo build --release
- Run the application:
cargo run --release
Contributions are welcome! Feel free to open an issue or submit a pull request if you have any suggestions or improvements to the project.
This Project is licensed under the BSD 3-Clause License - see the LICENSE file for details.