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.
- Host: GitHub
- URL: https://github.com/himasnhu-at/rusty-explorer
- Owner: Himasnhu-AT
- License: mit
- Created: 2023-11-26T04:22:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T01:47:23.000Z (over 1 year ago)
- Last Synced: 2025-02-01T19:22:35.809Z (9 months ago)
- Topics: explorer-filemanager, fileexplorer, project-repository, reactjs, rust, tauri-app, vite
- Language: TypeScript
- Homepage: https://rustyexplorer.vercel.app/
- Size: 786 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
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).