From 9cfbc926d60d78a95f35a6f894afd79b77493a73 Mon Sep 17 00:00:00 2001 From: Sam <72096531+conaticus@users.noreply.github.com> Date: Thu, 29 Jun 2023 18:46:12 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c647553..7c54c8f 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,21 @@ # Fast File Explorer This is a fast file explorer written in Rust. After testing on my C drive, this file explorer was able to find a file in 280ms. In comparison, Windows took 3 minutes and 45 seconds. -Bare in mind this was just a proof of concept and this is **not complete**, sadly I did not have time to implement these features for the video: -- Up to date cache with file watching -- Run on startup +## Supported operating systems +- Windows +- Linux + +Note that when opening the program it will freeze as we have not yet implemented a loading screen for the caching process. When this happens don't worry, it will launch when it's done caching. + +Bare in mind this is still in development and missing the following core features: +- Caching service (constant file watching to keep cache up to date) - only works when program is open - Top navigation bar - Search/caching progress counter - Ability to search for file extensions without including any name - Ability to open files +- Ability to copy/cut/paste files +- Ability to move files +- Ability to create files ![Fast Search Feature](./screenshots/search.jpg) From 06f48cd4de6d6b9d1f6cbc92dccc983194ce7db3 Mon Sep 17 00:00:00 2001 From: Roughly_ <75266403+RoughlyUnderscore@users.noreply.github.com> Date: Fri, 30 Jun 2023 20:26:19 +0500 Subject: [PATCH 2/2] Update README.md Fixed a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c54c8f..751274c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This is a fast file explorer written in Rust. After testing on my C drive, this Note that when opening the program it will freeze as we have not yet implemented a loading screen for the caching process. When this happens don't worry, it will launch when it's done caching. -Bare in mind this is still in development and missing the following core features: +Bear in mind this is still in development and missing the following core features: - Caching service (constant file watching to keep cache up to date) - only works when program is open - Top navigation bar - Search/caching progress counter