A simple file explorer written in Rust using the Druid framework. This file explorer utilises regex in Rust and works on both Windows and macOS
- Search for files by name in the specified directory.
- Displays search results with a case-insensitive regex match for file names.
- User interface powered by the Druid framework.
- Results are shown in a scrollable window.
-
Clone the repository:
git clone https://github.com/CollinEdward/Rust-File-Explorer.git
-
Navigate to the project directory:
cd Rust-File-Explorer
-
Build and run the application:
cargo run
-
Enter the directory path and search term in the provided text boxes.
-
Click the "Search" button to initiate the search.
This project is licensed under the MIT License - see the LICENSE file for details.