From 6a689564db95fbc121131dc7ddcb14c1a66a736a Mon Sep 17 00:00:00 2001 From: XanatosX <10531466+XanatosX@users.noreply.github.com> Date: Tue, 21 Feb 2023 21:36:43 +0100 Subject: [PATCH 1/2] Fix spelling mistakes --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2352f87..d09a6ed 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ You can extend the functionality of the tool by writing your own plugins. Please The application does support the following languages for now, feel free to extend it via Pull Request * German -* Englisch +* English To download the tool please head over to the [download page][downloadPage]. Either use the latest develop build which is unstable or the latest tagged build. @@ -37,13 +37,13 @@ If you found a bug or need any help with the application please head over to the ## Installation -Right now there is only a zip file you can extract somewhere to your disc. Just follow the instructions for the nighly build. +Right now there is only a zip file you can extract somewhere to your disc. Just follow the instructions for the nighty build. I will try to add a windows installer later on. -### Latest nighlty build +### Latest nightly build -The latest nighlty build are self contained application builds which are getting packed into a zip folder. +The latest nightly build are self contained application builds which are getting packed into a zip folder. To install the application get the build for your operation system and extract the files to a folder on your disc. Start the `ModularToolManager.exe` or if you on a linux machine the "ModularToolManager" binary. From 689c1c2db56e7de3a536ac93e250d72428ec21ba Mon Sep 17 00:00:00 2001 From: XanatosX <10531466+XanatosX@users.noreply.github.com> Date: Tue, 21 Feb 2023 21:41:56 +0100 Subject: [PATCH 2/2] Add screenshots for light mode --- README.md | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d09a6ed..bef4b2f 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ This tool is called "Modular Tool Manager" it is a plugin based GUI script executer. The default tool does deliver basic plugins for binary and script execution on Windows. This is the main view you are getting presented with. ![Main view of the program][image-main-view] +![Main view of the program in light theme][image-main-view-light] The tool is getting tested on Windows and Linux Mint, since it is based on [AvaloniaUI][avaloniaui] it should run on mac as well. I will not provide a build for it. @@ -68,10 +69,17 @@ Technically the plugin will run with the user rights you did start the applicati ## Additional Screenshots -![screenshot-1] -![screenshot-2] -![screenshot-3] +### Dark +![screenshot-1-dark] +![screenshot-2-dark] +![screenshot-3-dark] + +### Light + +![screenshot-1-light] +![screenshot-2-light] +![screenshot-3-light] ## License @@ -81,8 +89,12 @@ Technically the plugin will run with the user rights you did start the applicati [dotnet6]: https://dotnet.microsoft.com/en-us/download/dotnet/6.0 [avaloniaui]: https://avaloniaui.net/ [image-main-view]: https://imgur.com/oswayay.png +[image-main-view-light]: https://i.imgur.com/lqmlo5U.png [downloadPage]: https://bitbucket.org/XanatosX/modulartoolmanager/downloads/ [issuePage]: https://bitbucket.org/XanatosX/modulartoolmanager/issues -[screenshot-1]: https://imgur.com/mr3Folx.png -[screenshot-2]: https://imgur.com/UPURC5u.png -[screenshot-3]: https://imgur.com/UKl60fA.png +[screenshot-1-dark]: https://imgur.com/mr3Folx.png +[screenshot-1-light]: https://i.imgur.com/Fxgu18M.png +[screenshot-2-dark]: https://i.imgur.com/LhMGcEx.png +[screenshot-2-light]: https://i.imgur.com/5sukgHg.png +[screenshot-3-dark]: https://i.imgur.com/UPURC5u.png +[screenshot-3-light]: https://i.imgur.com/rye7J9U.png