Skip to content

Rust File Explorer

Latest
Compare
Choose a tag to compare
@mbn-code mbn-code released this 21 Jan 20:35
· 5 commits to main since this release
f594d70

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

  1. Clone the Repository:

    git clone https://github.com/CollinEdward/Rust-Windows-File-Explorer.git
  2. Navigate to the Project Directory:

    cd Rust-Windows-File-Explorer
  3. Build and Run the Application:

    cargo run
  4. Enter the Directory Path and Search Term:

    • Specify the directory path and search term in the provided text boxes.
  5. Click "Search" to Initiate the Search:

    • Click the "Search" button to start the file search.