From 89720bdf95cc5a457fea2c829a6e8debdb1b1a0a Mon Sep 17 00:00:00 2001 From: Jeremy Date: Thu, 3 Mar 2022 20:48:24 +1100 Subject: [PATCH 1/2] update readme --- README.md | 62 +++++++++++++++++++++++++++---------------------------- 1 file changed, 30 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index 0066fc6af75..81946bf8a57 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Dedicated to making your workflow flow more seamless. Search everything from app -## 🎉 New Features in 1.9 +## 🎉 New Features in 1.9 ![screenshot](https://user-images.githubusercontent.com/6903107/144855345-45535bc7-7777-4c5a-b8d9-d6ce8adc5e84.png) @@ -54,7 +54,7 @@ Dedicated to making your workflow flow more seamless. Search everything from app | [Windows 7+ installer](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest/download/Flow-Launcher-Setup.exe) | [Portable](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest/download/Flow-Launcher-Portable.zip) | `winget install "Flow Launcher"` | `scoop install Flow-Launcher` | | :----------------------------------------------------------: | :----------------------------------------------------------: | :------------------------------: | :------------------------------: | -> Windows may complain about security due to code not being signed, this will be completed at a later stage. If you downloaded from this repo, you are good to continue the set up. +> When installing for the first time Windows may raise an issue about security due to code not being signed, if you downloaded from this repo then you are good to continue the set up. And you can download early access version. @@ -67,14 +67,14 @@ And you can download -- Search for files or their contents. +- Search for apps, files or file contents. - Support search using environment variable paths. -### Web Search & Open URL +### Web Searches & URLs @@ -88,14 +88,14 @@ And you can download -- Provides System related commands. shutdown, lock, settings, etc. +- Provides system related commands. shutdown, lock, settings, etc. - System command list ### Calculator -- Do mathematical calculations and copy the result to clipboard. +- Do mathematical calculations and copy the result to clipboard. ### Shell Command @@ -110,11 +110,11 @@ And you can download -- Search within Window Settings & Control Panel. +- Search for Windows & Control Panel settings. ### Priority @@ -124,7 +124,7 @@ And you can download \UserData` + - If using portable, by default: `%localappdata%\FlowLauncher\app-\UserData` - Type `open log location` to open your logs folder, they are saved along with your user settings folder. ### 🎮 Game Mode -- Suspend the hotkey when you are playing games. +- Pause hotkey activation when you are playing games. @@ -164,6 +164,7 @@ And you can download + @@ -192,7 +193,7 @@ And you can download - + ### Window Walker @@ -204,7 +205,7 @@ And you can download Alt+ Space | Open Search Box (default and configurable) | +| Alt+ Space | Open search window (default and configurable)| | Enter | Execute | -| Ctrl+Shift+Enter | Run As Admin | -| | Scroll up & Down | -| | Back to Result / Open Context Menu | -| Ctrl +o , Shift +Enter | Open Context Menu | +| Ctrl+Shift+Enter | Run commands from Shell plugin as admin | +| | Scroll up & down | +| | Back to result / Open Context Menu | +| Ctrl +O , Shift +Enter | Open Context Menu | | Tab | Autocomplete | -| Esc | Back to Result & Close | -| Ctrl +i | Open Setting Window | -| F5 | Reload All Plugin Data & Window Search Index | -| Ctrl + h | Open Query History | -| Ctrl + Backspace | Back to Previous Directory | +| Esc | Back to results / hide search window | +| Ctrl +C | Copy the actual folder / file | +| Ctrl +I | Open Settings window | +| F5 | Reload all plugin data | +| Ctrl + H | Open search history | +| Ctrl + Backspace | Back to previous directory | ## System Command List @@ -263,13 +265,9 @@ Yes please, let us know in the [Q&A](https://github.com/Flow-Launcher/Flow.Launc ## Development -### Status - -Flow is under heavy development, but the code base is stable, so contributions are very welcome. If you would like to help maintain it, please do not hesistate to get in touch. - ### Contributing -We welcome all contributions. If you are unsure of a change you want to make, let us know in the [Discussions](https://github.com/Flow-Launcher/Flow.Launcher/discussions/categories/ideas), otherwise feel free to put in a pull request. +Contributions are very welcome, in addition to the main project(C#) there are also [documentation](https://github.com/Flow-Launcher/docs)(md), [website](https://github.com/Flow-Launcher/flow-launcher.github.io)(html/css) and [others](https://github.com/Flow-Launcher) that can be contributed to. If you are unsure of a change you want to make, let us know in the [Discussions](https://github.com/Flow-Launcher/Flow.Launcher/discussions/categories/ideas), otherwise feel free to put in a pull request. You will find the main goals of flow placed under the [Projects board](https://github.com/Flow-Launcher/Flow.Launcher/projects), so feel free to contribute on that. If you would like to make small incremental changes, feel free to do so as well. From 7cb47c6ef8c0e4f9439ec5a68256c06e605ad6df Mon Sep 17 00:00:00 2001 From: Jeremy Date: Thu, 3 Mar 2022 20:51:57 +1100 Subject: [PATCH 2/2] formatting --- Plugins/Flow.Launcher.Plugin.WebSearch/SearchSourceViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/SearchSourceViewModel.cs b/Plugins/Flow.Launcher.Plugin.WebSearch/SearchSourceViewModel.cs index f54dbc13c9e..2495abe668b 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/SearchSourceViewModel.cs +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/SearchSourceViewModel.cs @@ -62,4 +62,4 @@ internal ImageSource LoadPreviewIcon(string pathToPreviewIconImage) return ImageLoader.Load(pathToPreviewIconImage); } } -} \ No newline at end of file +}