Tauri based file browser made with no dependencies.
Go to file
Ian Wijma d2f6d1640a Enhance file browsing and handling in main.rs
This commit provides additional functionality to the file manager, allowing users to view and open files within directories. The 'get_files' command has been added to the main.rs file. This new command navigates directories and retrieves relevant details including the metadata. The metadata includes the creation, modification, and access times converted into Unix time. To handle possible errors during these operations, proper error checks have been put in place. An existing error has been rectified in the tauri.conf.json file. File scopes have been extended to ensure all directories can be
2023-11-27 23:48:50 +11:00
.vscode Add initial project setup for a File Browser system 2023-11-27 16:08:17 +11:00
assets Add initial project setup for a File Browser system 2023-11-27 16:08:17 +11:00
src Add file browsing, viewing functionalities and enhance navigation 2023-11-27 23:36:35 +11:00
src-tauri Enhance file browsing and handling in main.rs 2023-11-27 23:48:50 +11:00
.gitignore Add initial project setup for a File Browser system 2023-11-27 16:08:17 +11:00
README.md Add initial project setup for a File Browser system 2023-11-27 16:08:17 +11:00
package-lock.json Add initial project setup for a File Browser system 2023-11-27 16:08:17 +11:00
package.json Add initial project setup for a File Browser system 2023-11-27 16:08:17 +11:00
tailwind.config.js Add initial project setup for a File Browser system 2023-11-27 16:08:17 +11:00

README.md

Tauri + Vanilla

This template should help get you started developing with Tauri in vanilla HTML, CSS and Javascript.