Skip to content

coleaydelotte/File-Explorer

Repository files navigation

File-Explorer

Uses a fully written in rust back-end, and a modern front-end framework (Vite), using Tauri to bridge the gap.

Development Roadmap

  1. ✅ Build a basic directory parser that can read and move up a directory from the command line.
  2. ✅ Add functionality to step into files and be a fully functional command line directory parsers.
  3. ✅ Create a simple GUI where you can pass a path display files, step in, step out, or open a file.
  4. Build a Gui using Tauri displaying the files with with drives and clicking on a folder then clicking open will trigger a change in your present working directory.
  5. Add functionality to move files, or copy them somewhere, as well as open them with various programs.
  6. Optimize.
  7. tweaks and user input.

Technologies Used

Technologies

Uses Tauri as the main framework to facilitate the connection between vite and rust. Vite for the front-end framework working with React, Material-ui, and Java Script to create a front end using modern web frameworks.

Version: 1.0.1 :)

Run Program

You will need Node.js installed if it is not installed you can install it here.

Run npm install && npm run tauri dev in the project root.

About

A file explorer in rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published