An open API service indexing awesome lists of open source software.

https://github.com/himasnhu-at/rusty-explorer

RustyExplorer: Lightning-fast file searching. Tauri, React, Vite, and Rust-powered file explorer for a speedy and seamless experience.
https://github.com/himasnhu-at/rusty-explorer

explorer-filemanager fileexplorer project-repository reactjs rust tauri-app vite

Last synced: 7 months ago
JSON representation

RustyExplorer: Lightning-fast file searching. Tauri, React, Vite, and Rust-powered file explorer for a speedy and seamless experience.

Awesome Lists containing this project

README

          

# RustyExplorer

## Description

RustyExplorer is a file management application developed using Rust for the backend and TypeScript for the frontend. The project aims to provide an interactive user interface and superior file search speed, with an 80% improvement compared to Windows Explorer. RustyExplorer is currently in development and is not ready for production use.

## Installation

To install RustyExplorer, follow these steps:

1. Clone the repository:

```bash
git clone https://github.com/Himasnhu-AT/rusty-explorer.git
```

2. Navigate to the project directory:

```bash
cd RustyExplorer
```

3. Install dependencies:

- Frontend:

```bash
npm install
```

4. Start the development server:

```bash
cd src-tauri
cargo tauri dev
```

## TO DO

Visit [To do](TO_DO.md), to look at features we are intoducing.

## Recommended IDE Setup

- [VS Code](https://code.visualstudio.com/) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)

## Contributing

We welcome contributions to RustyExplorer! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request. Follow our [contribution guidelines](CONTRIBUTING.md) for more details.

## License

RustyExplorer is licensed under the [MIT License](LICENSE).