Skip to content

This is a file explorer written in Rust optimised for speed in searching.

License

Notifications You must be signed in to change notification settings

mbn-code/Rust-File-Explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust File Explorer

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

Features

  • 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.

Usage

  1. Clone the repository:

    git clone https://github.com/CollinEdward/Rust-File-Explorer.git
  2. Navigate to the project directory:

    cd Rust-File-Explorer
  3. Build and run the application:

    cargo run
  4. Enter the directory path and search term in the provided text boxes.

  5. Click the "Search" button to initiate the search.

Dependencies

  • Druid: A data-driven Rust GUI framework.
  • walkdir: A simple filesystem walker.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

This is a file explorer written in Rust optimised for speed in searching.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages