From a9ebf21c03ecd6b1f2a26edd61da8b2b0dac66cc Mon Sep 17 00:00:00 2001 From: Haz Date: Wed, 10 Jul 2019 00:33:12 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cedd525..03ae14e 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # FileViewer A simple file browser/viewer to browse through files on your Windows PC.
The basic Consept idea: -![Img](https://hazonline.co.uk/FileViewer/img/screenshot-fileviewer.PNG) +![Img](https://hazonline.co.uk/FileViewer/img/img2.PNG) ToDo List: - [x] List files in directory - [x] CMD and Powershell Buttons -- [x] Moving blurred background design +- [x] Moving blurred background - [x] Navigate - [x] Open Files - [ ] Context Menu strip @@ -16,3 +16,23 @@ ToDo List: - [ ] Sidebar - [ ] Preview Panel - [ ] Working file browser +- [ ] Tabs +- [ ] Split View +### Moving blurred background +A blured background (as seen in the image that changes as you move the window accross a screen), this is just to make it look nice, modern and less scary. +(Works best with one screen) +### Split view/Tabs +Split view is having two diffrent directorys open in the same window (like in ![filezilla](https://filezilla-project.org/client_screenshots.php)). +Tabs is having multiple diffrent directorys tabbed instead of diffrent windows. Like web browsers have but for a file browsers. +These two are common in most other File Browsers. + +## Who is this for +For new developers that are not powerusers of the Default File Browser File Explore. +At the moment it is not ready as it is still in Alpha. +Once in beta it will have most of the features (the common features) that File Explore has with a few more like tabs and split view. + +## Why do i need a better File Browser +Better Productivity and more cusomizeability. + + + From 85c2254e7fe89f3f8637d2c61b4bcf7d0ca4971b Mon Sep 17 00:00:00 2001 From: Haz Date: Wed, 10 Jul 2019 00:36:16 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 03ae14e..18188eb 100644 --- a/README.md +++ b/README.md @@ -34,5 +34,7 @@ Once in beta it will have most of the features (the common features) that File E ## Why do i need a better File Browser Better Productivity and more cusomizeability. +## Releases +v0.0.1 - Consept