https://github.com/2alf/rex
Rust File Explorer
https://github.com/2alf/rex
rust sample-app windows
Last synced: over 1 year ago
JSON representation
Rust File Explorer
- Host: GitHub
- URL: https://github.com/2alf/rex
- Owner: 2alf
- Created: 2023-11-17T23:15:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-17T23:27:55.000Z (over 2 years ago)
- Last Synced: 2025-01-22T08:45:40.550Z (over 1 year ago)
- Topics: rust, sample-app, windows
- Language: Rust
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust Explorer (REX)

## Overview
Rust Explorer (REX) is a simple command-line tool written in Rust that allows users to search for files on their system using a fast and efficient algorithm. The tool provides a user-friendly interface for selecting the drive, entering the file name, and quickly finding the file's location.
## Usage
1. Run the REX executable.
2. Select the drive where you want to search for the file.
3. Enter the name of the file you want to find.
4. Wait for the search to complete.
5. View the results, including file location and search duration.
## Available Platforms
- Windows
- (Planned support for additional platforms)
## Installation
### Windows
1. [Download the latest release](#) of REX for Windows.
2. Run the executable file.
(Instructions for other platforms will be added as support is implemented.)
## Features
- Fast and efficient file search.
- User-friendly interface for drive selection and file searching.
- Displays file location and search duration.
## Example
```bash
$ rex.exe
[REX] Select a drive:
1. C
2. D
Enter the number of the drive: 1
[REX] Enter the file name you want to find: example.txt
[REX] Searching for 'example.txt' on drive C:...
[REX] File found at: C:\Path\to\example.txt
[REX] Search completed successfully.
```
### Future Plans
- Extend platform support.
- Enhance search algorithms for even faster results. Currently O(n).
- Make a GUI.