Uses a fully written in rust back-end, and a modern front-end framework (Vite), using Tauri to bridge the gap.
- ✅ Build a basic directory parser that can read and move up a directory from the command line.
- ✅ Add functionality to step into files and be a fully functional command line directory parsers.
- ✅ Create a simple GUI where you can pass a path display files, step in, step out, or open a file.
- 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.
- Add functionality to move files, or copy them somewhere, as well as open them with various programs.
- Optimize.
- tweaks and user input.
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 :)
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.