Rust Windows File Explorer - First Release
This release brings a simple yet functional file explorer written in Rust using the Druid framework.
Features
- Search for Files: Easily search for files within a specified directory.
- Case-Insensitive Regex Matching: The search for file names is powered by a case-insensitive regex match.
- User-Friendly Interface: The user interface is built using the Druid framework.
- Scrollable Results: View search results in a convenient scrollable window.
Getting Started
Prerequisites
- Rust: Make sure you have Rust installed on your system.
- Cargo: Rust's package manager is required for building and running the application.
Installation
-
Clone the Repository:
git clone https://github.com/CollinEdward/Rust-Windows-File-Explorer.git
-
Navigate to the Project Directory:
cd Rust-Windows-File-Explorer
-
Build and Run the Application:
cargo run
-
Enter the Directory Path and Search Term:
- Specify the directory path and search term in the provided text boxes.
-
Click "Search" to Initiate the Search:
- Click the "Search" button to start the file search.