From 60c7b2b8e83e332768120e658c402de0166a6c47 Mon Sep 17 00:00:00 2001 From: DB p Date: Tue, 30 Nov 2021 05:30:28 +0900 Subject: [PATCH 01/52] WIP --- README.md | 116 +++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 84 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index 9fda057c08d..86bbf127ba9 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@

- +

- ![Maintenance](https://img.shields.io/maintenance/yes/3000) [![Build status](https://ci.appveyor.com/api/projects/status/32r7s2skrgm9ubva?svg=true&retina=true)](https://ci.appveyor.com/project/JohnTheGr8/flow-launcher/branch/dev) [![Github All Releases](https://img.shields.io/github/downloads/Flow-Launcher/Flow.Launcher/total.svg)](https://github.com/Flow-Launcher/Flow.Launcher/releases) @@ -16,21 +15,69 @@ Flow Launcher. Dedicated to make your workflow flow more seamlessly. Aimed at be Remember to star it, flow will love you more :) ---- +## ๐Ÿš— Getting Started -

- Features โ€ข - Getting Started โ€ข - Questions/Suggestions โ€ข - Development โ€ข - Documentation -

+### Installation ---- +| [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"` | +| :----------------------------------------------------------: | :----------------------------------------------------------: | :------------------------------: | + +> 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. + +## ๐ŸŽ‰ New Features in 1.9 + +- All New Design. New Themes, New Setting Window. Animation & Sound Effect, Color Scheme aka Dark Mode. +- New Plugins - Window Setting, Visual Studio Code, Favorites, Window Services, Window Startup +- Plugin Store, Game Mode +- Global 3rd Party File Manager & Default Web Browser Setting +- New Result Order rank, Reduce Program Size +- ......More ## Features -![The Flow](https://user-images.githubusercontent.com/26427004/82151677-fa9c7100-989f-11ea-9143-81de60aaf07d.gif) +### Applications & Files + +### Web Search & Open URL + +### Browser Bookmarks + +### System Commands + +### Calculator + +### Shell Command + +### Window Setting & Control Panel + +### Priority + +Prioritise the order of each plugin's results. + +### Customization + +## Plugins + +### Plugin Install & Plugin Store + +### Plugin - Everything + +### Plugin - Ha Commander + +## Hotkeys + +| Hotkey | Description | +| ------------------------------------------------------------ | -------------------------------------------- | +| Alt+ Space (Default and Configurable) | Open Search Box | +| Enter | Execute | +| Ctrl+Shift+Enter | Run As Admin | +| โ†‘โ†“ | Scroll up & Down | +| โ†โ†’ | Back to Result / Open Context Menu | +| Ctrl +o , Shift +Enter | Open Context Menu | +| Esc | Back to Result & Close | +| Ctrl +i | Open Setting Window | +| F5 | Reload All Plugin Data & Window Search Index | + + - Search everything from applications, files, bookmarks, YouTube, Twitter and more. All from the comfort of your keyboard without ever touching the mouse. - Search for file contents. @@ -45,16 +92,35 @@ Flow Launcher. Dedicated to make your workflow flow more seamlessly. Aimed at be [ **SOFTPEDIA EDITOR'S PICK**](https://www.softpedia.com/get/System/Launchers-Shutdown-Tools/Flow-Launcher.shtml) -## Getting Started -### Installation -| [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"` | -| --------------------------------- | --------------------------------- | --------------------------------- | +### Plugins -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. +Flow searches files and contents via Windows Index Search, to use **Everything**: `pm install everything`. + +If you are using Python plugins, flow will prompt to either select the location or allow Python (Embeddable) to be automatic downloaded for use. + +Vist [here](https://flow-launcher.github.io/docs/#/plugins) for our plugin portfolio. + +If you are keen to write your own plugin for flow, please take a look at our plugin development documentation for [C#](https://flow-launcher.github.io/docs/#/develop-dotnet-plugins) or [Python](https://flow-launcher.github.io/docs/#/develop-py-plugins) + + + +--- + +

+ Features โ€ข + Getting Started โ€ข + Questions/Suggestions โ€ข + Development โ€ข + Documentation +

+ + +--- ### Usage + - Open flow's search window: Alt+Space is the default hotkey. - Open context menu: on the selected result, press Ctrl+O/Shift+Enter. - Cancel/Return to previous screen: Esc. @@ -66,21 +132,9 @@ Windows may complain about security due to code not being signed, this will be c [More tips](https://flow-launcher.github.io/docs/#/usage-tips) -### Plugins - -Flow searches files and contents via Windows Index Search, to use **Everything**: `pm install everything`. - -If you are using Python plugins, flow will prompt to either select the location or allow Python (Embeddable) to be automatic downloaded for use. - -Vist [here](https://flow-launcher.github.io/docs/#/plugins) for our plugin portfolio. - -If you are keen to write your own plugin for flow, please take a look at our plugin development documentation for [C#](https://flow-launcher.github.io/docs/#/develop-dotnet-plugins) or [Python](https://flow-launcher.github.io/docs/#/develop-py-plugins) - ## Questions/Suggestions -Yes please, let us know in the [Q&A](https://github.com/Flow-Launcher/Flow.Launcher/discussions/categories/q-a) section. - -**Join our community on [Discord](https://discord.gg/AvgAQgh)!** +Yes please, let us know in the [Q&A](https://github.com/Flow-Launcher/Flow.Launcher/discussions/categories/q-a) section. **Join our community on [Discord](https://discord.gg/AvgAQgh)!** ## Development @@ -99,7 +153,5 @@ Get in touch if you like to join the Flow-Launcher Team and help build this grea ### Developing/Debugging Flow Launcher's target framework is .Net 5 - Install Visual Studio 2019 - Install .Net 5 SDK via Visual Studio installer or manually from [here](https://dotnet.microsoft.com/download/dotnet/thank-you/sdk-5.0.103-windows-x64-installer) From 66de1aefccdfd49a525033f89e02a5746d6fc940 Mon Sep 17 00:00:00 2001 From: DB p Date: Tue, 30 Nov 2021 05:58:37 +0900 Subject: [PATCH 02/52] WIP --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 86bbf127ba9..be2297d87d9 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ Flow Launcher. Dedicated to make your workflow flow more seamlessly. Aimed at be Remember to star it, flow will love you more :) +[ **SOFTPEDIA EDITOR'S PICK**](https://www.softpedia.com/get/System/Launchers-Shutdown-Tools/Flow-Launcher.shtml) + ## ๐Ÿš— Getting Started ### Installation @@ -67,7 +69,7 @@ Prioritise the order of each plugin's results. | Hotkey | Description | | ------------------------------------------------------------ | -------------------------------------------- | -| Alt+ Space (Default and Configurable) | Open Search Box | +| Alt+ Space | Open Search Box (Default and Configurable) | | Enter | Execute | | Ctrl+Shift+Enter | Run As Admin | | โ†‘โ†“ | Scroll up & Down | From e8217c58f79e27fef2ef0b0a8584aff28ba1d850 Mon Sep 17 00:00:00 2001 From: DB p Date: Tue, 30 Nov 2021 08:56:40 +0900 Subject: [PATCH 03/52] WIP --- README.md | 122 +++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 85 insertions(+), 37 deletions(-) diff --git a/README.md b/README.md index be2297d87d9..ad606172a12 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,7 @@ [![Documentation](https://img.shields.io/badge/Documentation-7389D8)](https://flow-launcher.github.io/docs) [![Discord](https://img.shields.io/discord/727828229250875472?color=7389D8&labelColor=6A7EC2&label=Community&logo=discord&logoColor=white)](https://discord.gg/AvgAQgh) -Flow Launcher. Dedicated to make your workflow flow more seamlessly. Aimed at being more than an app launcher, it searches, integrates and expands on functionalities. Flow will continue to evolve, designed to be open and built with the community at heart. - -Remember to star it, flow will love you more :) +Search everything from applications, files, bookmarks, YouTube, Twitter and more. All from the comfort of your keyboard without ever touching the mouse. [ **SOFTPEDIA EDITOR'S PICK**](https://www.softpedia.com/get/System/Launchers-Shutdown-Tools/Flow-Launcher.shtml) @@ -39,27 +37,80 @@ Flow Launcher. Dedicated to make your workflow flow more seamlessly. Aimed at be ### Applications & Files +- Flow searches files and contents via Windows Index Search +- to use **Everything**: `pm install everything`. +- Search for file contents. +- Support search using environment variable paths. + ### Web Search & Open URL ### Browser Bookmarks ### System Commands +![4_SystemCommand](C:\DEV\docs\assets\4_SystemCommand.png) + +- Provides System related commands. shutdown, lock, settings, etc. +- System command list + ### Calculator +![2_Search_App_File](C:\DEV\docs\assets\2_Search_App_File.png) + +- Do mathematical calculations and copy the result to clipboard. + ### Shell Command +![3_Shell](C:\DEV\docs\assets\3_Shell.png) + +- Run batch and PowerShell commands as Administrator or a different user. +- Ctrl+Enter to Run as Administrator. + ### Window Setting & Control Panel +![7_ControlPanelandsettings](C:\DEV\docs\assets\7_ControlPanelandsettings.png) + +- Search within Window Settings. (Default Action Keyword is "$") +- Also Search within Control Panel + +### Explorer + ### Priority -Prioritise the order of each plugin's results. +- Prioritise the order of each plugin's results. ### Customization +### Language + +- Support languages from Chinese to Italian and more. +- You can translation support this project in [Crowdin](https://crowdin.com/project/flow-launcher) + +### Portable + +- Fully portable. +- Type `flow user data` to open your saved user settings folder. They are located at: + - If using roaming: `%APPDATA%\FlowLauncher` + - If using portable, by default: `%localappdata%\FlowLauncher\app-\UserData` + ## Plugins -### Plugin Install & Plugin Store +- Support wide range of plugins. Visit [here](https://flow-launcher.github.io/docs/#/plugins) for our plugin portfolio. +- If you are using Python plugins, flow will prompt to either select the location or allow Python (Embeddable) to be automatic downloaded for use. +- If you are keen to write your own plugin for flow, please take a look at our plugin development documentation for [C#](https://flow-launcher.github.io/docs/#/develop-dotnet-plugins) or [Python]( + +### Plugin Install + +### ![pm_install](C:\DEV\docs\assets\pm_install.png) + +- Install/Uninstall/Update plugins: in the search window, type `pm` `install`/`uninstall`/`update` + the plugin name. +- You can download plugin by direct URL. `pm install https://github.com/Garulf/HA-Commander/archive/refs/heads/main.zip` + +### Plugin Store + +![pluginstore](C:\DEV\docs\assets\pluginstore.png) + +- You can see the full plugin list in plugin store menu and Quick installing. ### Plugin - Everything @@ -78,36 +129,36 @@ Prioritise the order of each plugin's results. | Esc | Back to Result & Close | | Ctrl +i | Open Setting Window | | F5 | Reload All Plugin Data & Window Search Index | +## System Command List +## Hotkeys - -- Search everything from applications, files, bookmarks, YouTube, Twitter and more. All from the comfort of your keyboard without ever touching the mouse. -- Search for file contents. -- Do mathematical calculations and copy the result to clipboard. -- Support search using environment variable paths. -- Run batch and PowerShell commands as Administrator or a different user. -- Support languages from Chinese to Italian and more. -- Support wide range of plugins. -- Prioritise the order of each plugin's results. +| Command | Description | +| ----------------------------- | ------------------------------------------------------------ | +| Shutdown | Shutdown computer | +| Restart | Restart computer | +| Restart with advance | Restart the computer with Advanced Boot option for safe and debugging modes | +| Log off | Log off | +| Lock | Lock computer | +| Sleep | Put computer to sleep | +| Esc | Back to Result & Close | +| Ctrl +i | Open Setting Window | +| F5 | Reload All Plugin Data & Window Search Index | + + +- +- +- +- +- +- - Save file or folder locations for quick access. -- Fully portable. +- [ **SOFTPEDIA EDITOR'S PICK**](https://www.softpedia.com/get/System/Launchers-Shutdown-Tools/Flow-Launcher.shtml) -### Plugins - -Flow searches files and contents via Windows Index Search, to use **Everything**: `pm install everything`. - -If you are using Python plugins, flow will prompt to either select the location or allow Python (Embeddable) to be automatic downloaded for use. - -Vist [here](https://flow-launcher.github.io/docs/#/plugins) for our plugin portfolio. - -If you are keen to write your own plugin for flow, please take a look at our plugin development documentation for [C#](https://flow-launcher.github.io/docs/#/develop-dotnet-plugins) or [Python](https://flow-launcher.github.io/docs/#/develop-py-plugins) - - - ---

@@ -123,13 +174,8 @@ If you are keen to write your own plugin for flow, please take a look at our plu ### Usage -- Open flow's search window: Alt+Space is the default hotkey. -- Open context menu: on the selected result, press Ctrl+O/Shift+Enter. -- Cancel/Return to previous screen: Esc. -- Install/Uninstall/Update plugins: in the search window, type `pm` `install`/`uninstall`/`update` + the plugin name. -- Type `flow user data` to open your saved user settings folder. They are located at: - - If using roaming: `%APPDATA%\FlowLauncher` - - 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. [More tips](https://flow-launcher.github.io/docs/#/usage-tips) @@ -154,6 +200,8 @@ Get in touch if you like to join the Flow-Launcher Team and help build this grea ### Developing/Debugging -Flow Launcher's target framework is .Net 5 -Install Visual Studio 2019 -Install .Net 5 SDK via Visual Studio installer or manually from [here](https://dotnet.microsoft.com/download/dotnet/thank-you/sdk-5.0.103-windows-x64-installer) +- Flow Launcher's target framework is .Net 5 + +- Install Visual Studio 2019 + +- Install .Net 5 SDK via Visual Studio installer or manually from [here](https://dotnet.microsoft.com/download/dotnet/thank-you/sdk-5.0.103-windows-x64-installer) From 53f85a35d83bb58638772cb57721ebc30c4ba5e2 Mon Sep 17 00:00:00 2001 From: DB p Date: Tue, 30 Nov 2021 15:04:15 +0900 Subject: [PATCH 04/52] WIP --- README.md | 127 +++++++++++++++++++++++++++++++++--------------------- 1 file changed, 77 insertions(+), 50 deletions(-) diff --git a/README.md b/README.md index ad606172a12..eee0cef3e82 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

- +

![Maintenance](https://img.shields.io/maintenance/yes/3000) @@ -15,6 +15,26 @@ Search everything from applications, files, bookmarks, YouTube, Twitter and more [ **SOFTPEDIA EDITOR'S PICK**](https://www.softpedia.com/get/System/Launchers-Shutdown-Tools/Flow-Launcher.shtml) +## ๐ŸŽ‰ New Features in 1.9 + +- All New Design. New Themes, New Setting Window. Animation & Sound Effect, Color Scheme aka Dark Mode. +- New Plugins - Window Setting, Visual Studio Code, Favorites, Window Services, Window Startup +- Plugin Store, Game Mode +- Global 3rd Party File Manager & Default Web Browser Setting +- New Result Order rank, Reduce Program Size. +- Do you want more? Check the changelogs. + +--- + +

+ Getting Started โ€ข Features โ€ข Plugins โ€ข + Questions/Suggestions โ€ข + Development โ€ข + Documentation +

+ +--- + ## ๐Ÿš— Getting Started ### Installation @@ -24,21 +44,13 @@ Search everything from applications, files, bookmarks, YouTube, Twitter and more > 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. -## ๐ŸŽ‰ New Features in 1.9 - -- All New Design. New Themes, New Setting Window. Animation & Sound Effect, Color Scheme aka Dark Mode. -- New Plugins - Window Setting, Visual Studio Code, Favorites, Window Services, Window Startup -- Plugin Store, Game Mode -- Global 3rd Party File Manager & Default Web Browser Setting -- New Result Order rank, Reduce Program Size -- ......More +And You can download [Early Access Version]: https://github.com/Flow-Launcher/Flow.Launcher/discussions/640 ## Features ### Applications & Files - Flow searches files and contents via Windows Index Search -- to use **Everything**: `pm install everything`. - Search for file contents. - Support search using environment variable paths. @@ -66,12 +78,16 @@ Search everything from applications, files, bookmarks, YouTube, Twitter and more - Run batch and PowerShell commands as Administrator or a different user. - Ctrl+Enter to Run as Administrator. +### Explorer + + + ### Window Setting & Control Panel ![7_ControlPanelandsettings](C:\DEV\docs\assets\7_ControlPanelandsettings.png) - Search within Window Settings. (Default Action Keyword is "$") -- Also Search within Control Panel +- Also Search within Control Panel. ### Explorer @@ -81,9 +97,16 @@ Search everything from applications, files, bookmarks, YouTube, Twitter and more ### Customization +![darkmode](C:\DEV\docs\assets\darkmode.png) + +- Window size adjustment, animation, and sound setting are possible. +- There are various themes and you can make it yourself. +- Color Scheme (aka Dark Mode) is available. + ### Language - Support languages from Chinese to Italian and more. +- Support PinYin - You can translation support this project in [Crowdin](https://crowdin.com/project/flow-launcher) ### Portable @@ -92,6 +115,14 @@ Search everything from applications, files, bookmarks, YouTube, Twitter and more - Type `flow user data` to open your saved user settings folder. They are located at: - If using roaming: `%APPDATA%\FlowLauncher` - 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 +![gamemode](C:\DEV\docs\assets\gamemode.png) +- Suspend Hotkey when you playing game. +- Surely, You can ignore hotkeys in fullscreen game in settings. + +---- ## Plugins @@ -101,21 +132,26 @@ Search everything from applications, files, bookmarks, YouTube, Twitter and more ### Plugin Install -### ![pm_install](C:\DEV\docs\assets\pm_install.png) +![pm_install](C:\DEV\docs\assets\pm_install.png) - Install/Uninstall/Update plugins: in the search window, type `pm` `install`/`uninstall`/`update` + the plugin name. -- You can download plugin by direct URL. `pm install https://github.com/Garulf/HA-Commander/archive/refs/heads/main.zip` + +- If you developer, You can download plugin by direct URL. `pm install ` ### Plugin Store ![pluginstore](C:\DEV\docs\assets\pluginstore.png) -- You can see the full plugin list in plugin store menu and Quick installing. +- Simply you can check the full plugin list and Quick install in plugin store menu in setting. ### Plugin - Everything +- to use **Everything**: `pm install everything`. + ### Plugin - Ha Commander +---- + ## Hotkeys | Hotkey | Description | @@ -129,57 +165,48 @@ Search everything from applications, files, bookmarks, YouTube, Twitter and more | Esc | Back to Result & Close | | Ctrl +i | Open Setting Window | | F5 | Reload All Plugin Data & Window Search Index | -## System Command List - -## Hotkeys - -| Command | Description | -| ----------------------------- | ------------------------------------------------------------ | -| Shutdown | Shutdown computer | -| Restart | Restart computer | -| Restart with advance | Restart the computer with Advanced Boot option for safe and debugging modes | -| Log off | Log off | -| Lock | Lock computer | -| Sleep | Put computer to sleep | -| Esc | Back to Result & Close | -| Ctrl +i | Open Setting Window | -| F5 | Reload All Plugin Data & Window Search Index | +| Ctrl + h | Open Query History | -- -- -- -- -- -- -- Save file or folder locations for quick access. -- +## System Command List -[ **SOFTPEDIA EDITOR'S PICK**](https://www.softpedia.com/get/System/Launchers-Shutdown-Tools/Flow-Launcher.shtml) +| Command | Description | +| ---------------------- | ------------------------------------------------------------ | +| Shutdown | Shutdown computer | +| Restart | Restart computer | +| Restart with advance | Restart the computer with Advanced Boot option for safe and debugging modes | +| Log off | Log off | +| Lock | Lock computer | +| Sleep | Put computer to sleep | +| Hibernate | Hibernate computer | +| Empty Recycle Bin | Empty recycle bin | +| Exit | Close Flow Launcher | +| Save Settings | Save all Flow Launcher settings | +| Restart Flow Launcher | Restart Flow Launcher | +| Settings | Tweak this app | +| Reload Plugin Data | Refreshes plugin data with new content | +| Check For Update | Check for new Flow Launcher update | +| Open Log Location | Open Flow Launcher's log location | +| Flow Launcher Tip | Visit Flow Launcher's documentation for more help and how to use tips | +| Flow Launcher UserData | Open the location where Flow Launcher's settings are stored | +---- ---- -

- Features โ€ข - Getting Started โ€ข - Questions/Suggestions โ€ข - Development โ€ข - Documentation -

---- -### Usage +- Save file or folder locations for quick access. - -- - -- Type `open log location` to open your logs folder, they are saved along with your user settings folder. [More tips](https://flow-launcher.github.io/docs/#/usage-tips) + + +---- + ## Questions/Suggestions Yes please, let us know in the [Q&A](https://github.com/Flow-Launcher/Flow.Launcher/discussions/categories/q-a) section. **Join our community on [Discord](https://discord.gg/AvgAQgh)!** From 63f377883f6cf15a0c155dc1d10d326d63f0cf86 Mon Sep 17 00:00:00 2001 From: DB p Date: Fri, 3 Dec 2021 08:03:42 +0900 Subject: [PATCH 05/52] WIP --- README.md | 45 ++++++++++++++++++++++++++++----------------- 1 file changed, 28 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index eee0cef3e82..ad15b6d5250 100644 --- a/README.md +++ b/README.md @@ -22,17 +22,19 @@ Search everything from applications, files, bookmarks, YouTube, Twitter and more - Plugin Store, Game Mode - Global 3rd Party File Manager & Default Web Browser Setting - New Result Order rank, Reduce Program Size. -- Do you want more? Check the changelogs. +- More changelogs ---

Getting Started โ€ข Features โ€ข Plugins โ€ข + Hotkeys โ€ข Questions/Suggestions โ€ข Development โ€ข - Documentation + Docs

+ --- ## ๐Ÿš— Getting Started @@ -50,14 +52,28 @@ And You can download [Early Access Version]: https://github.com/Flow-Launcher/Fl ### Applications & Files +![app_file](C:\DEV\docs\assets\app_file.png) + +![directorysearch](C:\DEV\docs\assets\directorysearch.png) + - Flow searches files and contents via Windows Index Search - Search for file contents. - Support search using environment variable paths. ### Web Search & Open URL +![websearch1](C:\DEV\docs\assets\websearch1.png) + +![websearch2](C:\DEV\docs\assets\websearch2.png) + +![openurl](C:\DEV\docs\assets\openurl.png) + ### Browser Bookmarks +![bookmark](C:\DEV\docs\assets\bookmark.png) + + + ### System Commands ![4_SystemCommand](C:\DEV\docs\assets\4_SystemCommand.png) @@ -80,7 +96,7 @@ And You can download [Early Access Version]: https://github.com/Flow-Launcher/Fl ### Explorer - +![explorer](C:\DEV\docs\assets\explorer.png) ### Window Setting & Control Panel @@ -91,8 +107,14 @@ And You can download [Early Access Version]: https://github.com/Flow-Launcher/Fl ### Explorer +![explorer](C:\DEV\docs\assets\explorer.png) + +- Save file or folder locations for quick access. + ### Priority +![priority](C:\DEV\docs\assets\priority.png) + - Prioritise the order of each plugin's results. ### Customization @@ -106,7 +128,7 @@ And You can download [Early Access Version]: https://github.com/Flow-Launcher/Fl ### Language - Support languages from Chinese to Italian and more. -- Support PinYin +- Support Pinyin. - You can translation support this project in [Crowdin](https://crowdin.com/project/flow-launcher) ### Portable @@ -190,20 +212,9 @@ And You can download [Early Access Version]: https://github.com/Flow-Launcher/Fl | Flow Launcher Tip | Visit Flow Launcher's documentation for more help and how to use tips | | Flow Launcher UserData | Open the location where Flow Launcher's settings are stored | ----- - - - - - - -- Save file or folder locations for quick access. - -- - -[More tips](https://flow-launcher.github.io/docs/#/usage-tips) - +### Tips +- [More tips](https://flow-launcher.github.io/docs/#/usage-tips) ---- From 436624ac4567161b6e9286582640740a0356e63c Mon Sep 17 00:00:00 2001 From: Dobin Park Date: Fri, 3 Dec 2021 08:20:41 +0900 Subject: [PATCH 06/52] Update README.md --- README.md | 56 ++++++++++++++++++++++++------------------------------- 1 file changed, 24 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index ad15b6d5250..506d7e2e069 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@

- + +

![Maintenance](https://img.shields.io/maintenance/yes/3000) @@ -52,9 +53,8 @@ And You can download [Early Access Version]: https://github.com/Flow-Launcher/Fl ### Applications & Files -![app_file](C:\DEV\docs\assets\app_file.png) - -![directorysearch](C:\DEV\docs\assets\directorysearch.png) + + - Flow searches files and contents via Windows Index Search - Search for file contents. @@ -62,64 +62,59 @@ And You can download [Early Access Version]: https://github.com/Flow-Launcher/Fl ### Web Search & Open URL -![websearch1](C:\DEV\docs\assets\websearch1.png) - -![websearch2](C:\DEV\docs\assets\websearch2.png) - -![openurl](C:\DEV\docs\assets\openurl.png) + + + ### Browser Bookmarks -![bookmark](C:\DEV\docs\assets\bookmark.png) - - + ### System Commands -![4_SystemCommand](C:\DEV\docs\assets\4_SystemCommand.png) + - Provides System related commands. shutdown, lock, settings, etc. - System command list ### Calculator -![2_Search_App_File](C:\DEV\docs\assets\2_Search_App_File.png) + - Do mathematical calculations and copy the result to clipboard. ### Shell Command -![3_Shell](C:\DEV\docs\assets\3_Shell.png) + - Run batch and PowerShell commands as Administrator or a different user. - Ctrl+Enter to Run as Administrator. ### Explorer -![explorer](C:\DEV\docs\assets\explorer.png) + +- Save file or folder locations for quick access. +- ### Window Setting & Control Panel -![7_ControlPanelandsettings](C:\DEV\docs\assets\7_ControlPanelandsettings.png) + - Search within Window Settings. (Default Action Keyword is "$") - Also Search within Control Panel. -### Explorer -![explorer](C:\DEV\docs\assets\explorer.png) - -- Save file or folder locations for quick access. ### Priority -![priority](C:\DEV\docs\assets\priority.png) + + - Prioritise the order of each plugin's results. ### Customization -![darkmode](C:\DEV\docs\assets\darkmode.png) + - Window size adjustment, animation, and sound setting are possible. - There are various themes and you can make it yourself. @@ -140,7 +135,9 @@ And You can download [Early Access Version]: https://github.com/Flow-Launcher/Fl - Type `open log location` to open your logs folder, they are saved along with your user settings folder. ### Game Mode -![gamemode](C:\DEV\docs\assets\gamemode.png) + + + - Suspend Hotkey when you playing game. - Surely, You can ignore hotkeys in fullscreen game in settings. @@ -154,7 +151,8 @@ And You can download [Early Access Version]: https://github.com/Flow-Launcher/Fl ### Plugin Install -![pm_install](C:\DEV\docs\assets\pm_install.png) + + - Install/Uninstall/Update plugins: in the search window, type `pm` `install`/`uninstall`/`update` + the plugin name. @@ -162,16 +160,10 @@ And You can download [Early Access Version]: https://github.com/Flow-Launcher/Fl ### Plugin Store -![pluginstore](C:\DEV\docs\assets\pluginstore.png) + - Simply you can check the full plugin list and Quick install in plugin store menu in setting. -### Plugin - Everything - -- to use **Everything**: `pm install everything`. - -### Plugin - Ha Commander - ---- ## Hotkeys From 2256588b0417cefffc15ab5cbcbb23ab4e994df5 Mon Sep 17 00:00:00 2001 From: Dobin Park Date: Fri, 3 Dec 2021 08:21:42 +0900 Subject: [PATCH 07/52] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 506d7e2e069..d9667571220 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ And You can download [Early Access Version]: https://github.com/Flow-Launcher/Fl - Save file or folder locations for quick access. -- + ### Window Setting & Control Panel From b831b69ef55c640ee300a2adba4dde7c64591ab6 Mon Sep 17 00:00:00 2001 From: DB p Date: Fri, 3 Dec 2021 08:57:24 +0900 Subject: [PATCH 08/52] Add Crowdin img --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d9667571220..2b081001f57 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@

- - +

![Maintenance](https://img.shields.io/maintenance/yes/3000) +[![Crowdin](https://badges.crowdin.net/flow-launcher/localized.svg)](https://crowdin.com/project/flow-launcher) [![Build status](https://ci.appveyor.com/api/projects/status/32r7s2skrgm9ubva?svg=true&retina=true)](https://ci.appveyor.com/project/JohnTheGr8/flow-launcher/branch/dev) [![Github All Releases](https://img.shields.io/github/downloads/Flow-Launcher/Flow.Launcher/total.svg)](https://github.com/Flow-Launcher/Flow.Launcher/releases) ![GitHub Release Date](https://img.shields.io/github/release-date/Flow-Launcher/Flow.Launcher) @@ -12,6 +12,7 @@ [![Documentation](https://img.shields.io/badge/Documentation-7389D8)](https://flow-launcher.github.io/docs) [![Discord](https://img.shields.io/discord/727828229250875472?color=7389D8&labelColor=6A7EC2&label=Community&logo=discord&logoColor=white)](https://discord.gg/AvgAQgh) + Search everything from applications, files, bookmarks, YouTube, Twitter and more. All from the comfort of your keyboard without ever touching the mouse. [ **SOFTPEDIA EDITOR'S PICK**](https://www.softpedia.com/get/System/Launchers-Shutdown-Tools/Flow-Launcher.shtml) @@ -47,7 +48,8 @@ Search everything from applications, files, bookmarks, YouTube, Twitter and more > 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. -And You can download [Early Access Version]: https://github.com/Flow-Launcher/Flow.Launcher/discussions/640 +And You can download early access version. + ## Features From 19dd94c00bcc22abfeffa1ebf9b3122b42362efd Mon Sep 17 00:00:00 2001 From: Dobin Park Date: Fri, 3 Dec 2021 10:17:19 +0900 Subject: [PATCH 09/52] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2b081001f57..afa8f0a4b7a 100644 --- a/README.md +++ b/README.md @@ -118,9 +118,12 @@ And You can download -- Window size adjustment, animation, and sound setting are possible. +- Window size adjustment, animation, and sound +- Color Scheme (aka Dark Mode) + +![themes](https://user-images.githubusercontent.com/6903107/144527796-7c06ca31-d933-4f6b-9eb0-4fb06fa94384.png) + - There are various themes and you can make it yourself. -- Color Scheme (aka Dark Mode) is available. ### Language @@ -162,7 +165,8 @@ And You can download +![pluginstore](https://user-images.githubusercontent.com/6903107/144528115-3b6baa89-f53f-40db-8426-02c4db8dd2b5.png) + - Simply you can check the full plugin list and Quick install in plugin store menu in setting. From f1d41e856e9ce9f9dcefc110a4be397966ec6470 Mon Sep 17 00:00:00 2001 From: Dobin Park Date: Fri, 3 Dec 2021 10:19:35 +0900 Subject: [PATCH 10/52] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afa8f0a4b7a..5dd3f29b2ec 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ And You can download - Provides System related commands. shutdown, lock, settings, etc. -- System command list +- System command list ### Calculator From ed2b9bedb3d87e55983e707992c206e03df437a3 Mon Sep 17 00:00:00 2001 From: Dobin Park Date: Fri, 3 Dec 2021 10:21:52 +0900 Subject: [PATCH 11/52] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5dd3f29b2ec..cf551d7a8da 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,10 @@ Search everything from applications, files, bookmarks, YouTube, Twitter and more ## ๐ŸŽ‰ New Features in 1.9 - All New Design. New Themes, New Setting Window. Animation & Sound Effect, Color Scheme aka Dark Mode. -- New Plugins - Window Setting, Visual Studio Code, Favorites, Window Services, Window Startup +- New Plugins - Plugin Store, Game Mode - Global 3rd Party File Manager & Default Web Browser Setting -- New Result Order rank, Reduce Program Size. +- Reduce Program Size. - More changelogs --- @@ -56,10 +56,12 @@ And You can download - - Flow searches files and contents via Windows Index Search - Search for file contents. + + + - Support search using environment variable paths. ### Web Search & Open URL From 044af0257223ce0ae717c7420a89c58259c06bee Mon Sep 17 00:00:00 2001 From: Dobin Park Date: Fri, 3 Dec 2021 10:22:44 +0900 Subject: [PATCH 12/52] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf551d7a8da..783fbd0ea6c 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ And You can download + +- Everything + + + +- SpotiyPrimeum + + + +- Steam Search + + + +- Clipboard History + + + +- Home Assistant Commander + + + +- Colors + + + +- Github + + + +- Windows Walker + + + ### Plugin Install @@ -171,7 +205,6 @@ And You can download From 5fdfe0bab3a9f731397a52fc2a3da8c7907f92d5 Mon Sep 17 00:00:00 2001 From: Dobin Park Date: Fri, 3 Dec 2021 11:32:19 +0900 Subject: [PATCH 15/52] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5ae5fdbdbcf..9a6b40ffd10 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,15 @@ Search everything from applications, files, bookmarks, YouTube, Twitter and more [ **SOFTPEDIA EDITOR'S PICK**](https://www.softpedia.com/get/System/Launchers-Shutdown-Tools/Flow-Launcher.shtml) -## ๐ŸŽ‰ New Features in 1.9 +## ๐ŸŽ‰ New Features in 1.9 - All New Design. New Themes, New Setting Window. Animation & Sound Effect, Color Scheme aka Dark Mode. - New Plugins - Plugin Store, Game Mode -- Global 3rd Party File Manager & Default Web Browser Setting -- Reduce Program Size. -- More changelogs +- Integrate file manager and browser settings into basic setting +- Reducing the size of program + +Full changelogs --- From 8d9e2bb4c830bf5b859d919479fb9e3e300f63fb Mon Sep 17 00:00:00 2001 From: Dobin Park Date: Fri, 3 Dec 2021 11:33:12 +0900 Subject: [PATCH 16/52] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 9a6b40ffd10..ff9e0b4acce 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,6 @@ And You can download - Suspend Hotkey when you playing game. -- Surely, You can ignore hotkeys in fullscreen game in settings. ---- From 909a3bb51775ae6edb4e3d5caed20b6bf4b96453 Mon Sep 17 00:00:00 2001 From: Dobin Park Date: Fri, 3 Dec 2021 11:51:24 +0900 Subject: [PATCH 17/52] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ff9e0b4acce..8d88919db5c 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,6 @@ Search everything from applications, files, bookmarks, YouTube, Twitter and more - New Plugins - Plugin Store, Game Mode - Integrate file manager and browser settings into basic setting -- Reducing the size of program Full changelogs From 0bd6259d56f79e6eae2bf1e3b9b3c0e3a05dbfcd Mon Sep 17 00:00:00 2001 From: Dobin Park Date: Sat, 4 Dec 2021 10:03:28 +0900 Subject: [PATCH 18/52] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 8d88919db5c..9e128faf698 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,7 @@ Search everything from applications, files, bookmarks, YouTube, Twitter and more ## ๐ŸŽ‰ New Features in 1.9 - All New Design. New Themes, New Setting Window. Animation & Sound Effect, Color Scheme aka Dark Mode. -- New Plugins -- Plugin Store, Game Mode -- Integrate file manager and browser settings into basic setting +- New Plugins, Plugin Store, Game Mode Full changelogs From 2187f3f02268c77138b9dbee05c725b6a1f89b06 Mon Sep 17 00:00:00 2001 From: Dobin Park Date: Sat, 4 Dec 2021 10:51:58 +0900 Subject: [PATCH 19/52] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9e128faf698..1f433cf52d5 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Search everything from applications, files, bookmarks, YouTube, Twitter and more - All New Design. New Themes, New Setting Window. Animation & Sound Effect, Color Scheme aka Dark Mode. - New Plugins, Plugin Store, Game Mode +- New wizard window appears at the first run for beginner. (It also appears to existing pro users once. ๐Ÿ™) Full changelogs From 8b81e269cf9aa4a4eb8521bedcf1c5141e14fd07 Mon Sep 17 00:00:00 2001 From: Dobin Park Date: Sat, 4 Dec 2021 10:52:58 +0900 Subject: [PATCH 20/52] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f433cf52d5..628f7250688 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Search everything from applications, files, bookmarks, YouTube, Twitter and more - All New Design. New Themes, New Setting Window. Animation & Sound Effect, Color Scheme aka Dark Mode. - New Plugins, Plugin Store, Game Mode -- New wizard window appears at the first run for beginner. (It also appears to existing pro users once. ๐Ÿ™) +- New wizard window appears at the first run for beginner. (It also appears to existing pro users once. ๐Ÿ˜Š) Full changelogs From a1fc89745fa19408a0b4da2399ea4c3223b44fde Mon Sep 17 00:00:00 2001 From: Dobin Park Date: Sat, 4 Dec 2021 10:55:43 +0900 Subject: [PATCH 21/52] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 628f7250688..f10bf3ac9b3 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Search everything from applications, files, bookmarks, YouTube, Twitter and more - All New Design. New Themes, New Setting Window. Animation & Sound Effect, Color Scheme aka Dark Mode. - New Plugins, Plugin Store, Game Mode -- New wizard window appears at the first run for beginner. (It also appears to existing pro users once. ๐Ÿ˜Š) +- New wizard window appears at the first run for beginner. (It also appears to existing pro users once.๐Ÿง™โ€โ™‚๏ธ) Full changelogs From 1dfbd7f674a3c7007d242c9fed5c59016be95d4c Mon Sep 17 00:00:00 2001 From: Dobin Park Date: Sat, 4 Dec 2021 10:57:29 +0900 Subject: [PATCH 22/52] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f10bf3ac9b3..81f14a51ea7 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Search everything from applications, files, bookmarks, YouTube, Twitter and more - All New Design. New Themes, New Setting Window. Animation & Sound Effect, Color Scheme aka Dark Mode. - New Plugins, Plugin Store, Game Mode -- New wizard window appears at the first run for beginner. (It also appears to existing pro users once.๐Ÿง™โ€โ™‚๏ธ) +- New wizard window appears on the first run. (It also appears to existing pro users once.๐Ÿง™โ€โ™‚๏ธ) Full changelogs From 915e6886d752a093a702910887260ce17ba090f2 Mon Sep 17 00:00:00 2001 From: Dobin Park Date: Sat, 4 Dec 2021 11:00:51 +0900 Subject: [PATCH 23/52] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81f14a51ea7..f3f376ab184 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Search everything from applications, files, bookmarks, YouTube, Twitter and more - All New Design. New Themes, New Setting Window. Animation & Sound Effect, Color Scheme aka Dark Mode. - New Plugins, Plugin Store, Game Mode -- New wizard window appears on the first run. (It also appears to existing pro users once.๐Ÿง™โ€โ™‚๏ธ) +- New wizard window appears on the first run. Full changelogs From 6ca67ee230b8921d0b1ba3951cb78d3455f1ef60 Mon Sep 17 00:00:00 2001 From: Dobin Park Date: Sat, 4 Dec 2021 11:01:31 +0900 Subject: [PATCH 24/52] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f3f376ab184..418dcb9c5e7 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,7 @@ Search everything from applications, files, bookmarks, YouTube, Twitter and more ## ๐ŸŽ‰ New Features in 1.9 - All New Design. New Themes, New Setting Window. Animation & Sound Effect, Color Scheme aka Dark Mode. -- New Plugins, Plugin Store, Game Mode -- New wizard window appears on the first run. +- New Plugins, Plugin Store, Game Mode, Wizard window Full changelogs From 2e36d4c2f2e250e97c293104b07c3a6168832957 Mon Sep 17 00:00:00 2001 From: Dobin Park Date: Sat, 4 Dec 2021 11:34:49 +0900 Subject: [PATCH 25/52] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 418dcb9c5e7..637a82111bb 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ And You can download +![Animation5](https://user-images.githubusercontent.com/6903107/144693887-1b92ed16-dca1-4b7e-8644-5e9524cdfb31.gif) - Window size adjustment, animation, and sound - Color Scheme (aka Dark Mode) From b41ad65dd5aedf869f9db05a2eb5f2c0d528a86a Mon Sep 17 00:00:00 2001 From: DB P Date: Mon, 6 Dec 2021 19:05:11 +0900 Subject: [PATCH 26/52] Update README.md Co-authored-by: Jeremy Wu --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 637a82111bb..e6e005720e2 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@

+ ![Maintenance](https://img.shields.io/maintenance/yes/3000) [![Crowdin](https://badges.crowdin.net/flow-launcher/localized.svg)](https://crowdin.com/project/flow-launcher) [![Build status](https://ci.appveyor.com/api/projects/status/32r7s2skrgm9ubva?svg=true&retina=true)](https://ci.appveyor.com/project/JohnTheGr8/flow-launcher/branch/dev) From b6565c2839ba28e049adfb03b9ac557b7727ef69 Mon Sep 17 00:00:00 2001 From: DB P Date: Mon, 6 Dec 2021 19:11:58 +0900 Subject: [PATCH 27/52] Update README.md Co-authored-by: Jeremy Wu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6e005720e2..730e9d4d0a5 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Search everything from applications, files, bookmarks, YouTube, Twitter and more - All New Design. New Themes, New Setting Window. Animation & Sound Effect, Color Scheme aka Dark Mode. - New Plugins, Plugin Store, Game Mode, Wizard window -Full changelogs +Full changelog --- From bd5bb42306b45a7c0e9f20e8a2b2683b49318c1f Mon Sep 17 00:00:00 2001 From: DB p Date: Mon, 6 Dec 2021 19:31:25 +0900 Subject: [PATCH 28/52] Update Readme --- README.md | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 730e9d4d0a5..7d2990be909 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ [![Discord](https://img.shields.io/discord/727828229250875472?color=7389D8&labelColor=6A7EC2&label=Community&logo=discord&logoColor=white)](https://discord.gg/AvgAQgh) -Search everything from applications, files, bookmarks, YouTube, Twitter and more. All from the comfort of your keyboard without ever touching the mouse. +Dedicated to make your workflow flow more seamlessly. Search everything from applications, files, bookmarks, YouTube, Twitter and more. Flow will continue to evolve, designed to be open and built with the community at heart. [ **SOFTPEDIA EDITOR'S PICK**](https://www.softpedia.com/get/System/Launchers-Shutdown-Tools/Flow-Launcher.shtml) @@ -47,7 +47,7 @@ Search everything from applications, files, bookmarks, YouTube, Twitter and more > 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. -And You can download early access version. +And You can download early access version. ## Features @@ -56,7 +56,7 @@ And You can download -- Flow searches files and contents via Windows Index Search +- Flow searches files and contents. - Search for file contents. @@ -103,7 +103,7 @@ And You can download -- Search within Window Settings. (Default Action Keyword is "$") +- Search within Window Settings. - Also Search within Control Panel. @@ -190,19 +190,15 @@ And You can download - - -- Install/Uninstall/Update plugins: in the search window, type `pm` `install`/`uninstall`/`update` + the plugin name. - -- If you developer, You can download plugin by direct URL. `pm install ` - ### Plugin Store ![pluginstore](https://user-images.githubusercontent.com/6903107/144528115-3b6baa89-f53f-40db-8426-02c4db8dd2b5.png) - - Simply you can check the full plugin list and Quick install in plugin store menu in setting. + +- or type `pm` `install`/`uninstall`/`update` + the plugin name in the search window, + + ---- ## Hotkeys @@ -215,6 +211,7 @@ And You can download - + ### Browser Bookmarks From ce4eea8599827513a110b5fac127633d883f184d Mon Sep 17 00:00:00 2001 From: DB P Date: Mon, 6 Dec 2021 19:43:26 +0900 Subject: [PATCH 30/52] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88a31d8758d..dbb2a8e5e4d 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,15 @@ Dedicated to make your workflow flow more seamlessly. Search everything from applications, files, bookmarks, YouTube, Twitter and more. Flow will continue to evolve, designed to be open and built with the community at heart. +Remember to star it, flow will love you more :) + [ **SOFTPEDIA EDITOR'S PICK**](https://www.softpedia.com/get/System/Launchers-Shutdown-Tools/Flow-Launcher.shtml) ## ๐ŸŽ‰ New Features in 1.9 - All New Design. New Themes, New Setting Window. Animation & Sound Effect, Color Scheme aka Dark Mode. - New Plugins, Plugin Store, Game Mode, Wizard window - -Full changelog +- Full changelog --- From 3f5e8e2e2ab2891482b0c85bee8d5d3f047512c7 Mon Sep 17 00:00:00 2001 From: DB P Date: Mon, 6 Dec 2021 19:43:59 +0900 Subject: [PATCH 31/52] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbb2a8e5e4d..94674a614e3 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ And You can download - Flow searches files and contents. -- Search for file contents. +- Search for files or their contents. From ba45cb2986cfe50e4832cffcfce10436e3c7eb8a Mon Sep 17 00:00:00 2001 From: DB P Date: Mon, 6 Dec 2021 19:45:32 +0900 Subject: [PATCH 32/52] Update README.md Co-authored-by: Jeremy Wu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94674a614e3..0e41d40b812 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ And You can download -- Flow searches files and contents. -- Search for files or their contents. + +- Search for files or their contents. From 5f7b5c69c263a77d01e6b59ccaf9e9339b6500a2 Mon Sep 17 00:00:00 2001 From: DB P Date: Mon, 6 Dec 2021 22:36:22 +0900 Subject: [PATCH 34/52] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23c13b8131e..60a26f107e6 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@

+
- +

+
![Maintenance](https://img.shields.io/maintenance/yes/3000) [![Crowdin](https://badges.crowdin.net/flow-launcher/localized.svg)](https://crowdin.com/project/flow-launcher) @@ -22,6 +24,8 @@ Dedicated to make your workflow flow more seamlessly. Search everything from app ## ๐ŸŽ‰ New Features in 1.9 +![screenshot](https://user-images.githubusercontent.com/6903107/144855345-45535bc7-7777-4c5a-b8d9-d6ce8adc5e84.png) + - All New Design. New Themes, New Setting Window. Animation & Sound Effect, Color Scheme aka Dark Mode. - New Plugins, Plugin Store, Game Mode, Wizard window - Full changelog @@ -36,7 +40,6 @@ Dedicated to make your workflow flow more seamlessly. Search everything from app Docs

- --- ## ๐Ÿš— Getting Started From abf5caf136d658570bcd0e034aa70e07ca236473 Mon Sep 17 00:00:00 2001 From: DB P Date: Mon, 6 Dec 2021 22:41:49 +0900 Subject: [PATCH 35/52] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60a26f107e6..a20bd693c73 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ And You can download more! ### Plugin Install From 681092b688b7b7196f91fc6d1eb5cd58bb01e87b Mon Sep 17 00:00:00 2001 From: DB P Date: Mon, 6 Dec 2021 22:58:24 +0900 Subject: [PATCH 36/52] Update README.md --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a20bd693c73..d7d7a10efaf 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,15 @@ [![Documentation](https://img.shields.io/badge/Documentation-7389D8)](https://flow-launcher.github.io/docs) [![Discord](https://img.shields.io/discord/727828229250875472?color=7389D8&labelColor=6A7EC2&label=Community&logo=discord&logoColor=white)](https://discord.gg/AvgAQgh) - +

Dedicated to make your workflow flow more seamlessly. Search everything from applications, files, bookmarks, YouTube, Twitter and more. Flow will continue to evolve, designed to be open and built with the community at heart. -Remember to star it, flow will love you more :) +

Remember to star it, flow will love you more :)

+ +

SOFTPEDIA EDITOR'S PICK

+ + -[ **SOFTPEDIA EDITOR'S PICK**](https://www.softpedia.com/get/System/Launchers-Shutdown-Tools/Flow-Launcher.shtml) ## ๐ŸŽ‰ New Features in 1.9 @@ -30,7 +33,7 @@ Dedicated to make your workflow flow more seamlessly. Search everything from app - New Plugins, Plugin Store, Game Mode, Wizard window - Full changelog ---- +

Getting Started โ€ข Features โ€ข Plugins โ€ข @@ -40,7 +43,7 @@ Dedicated to make your workflow flow more seamlessly. Search everything from app Docs

---- + ## ๐Ÿš— Getting Started @@ -53,6 +56,7 @@ Dedicated to make your workflow flow more seamlessly. Search everything from app And You can download early access version. + ## Features @@ -150,7 +154,7 @@ And You can download ## Plugins @@ -203,7 +207,7 @@ And You can download ## Hotkeys @@ -248,7 +252,7 @@ And You can download ## Questions/Suggestions From 46ba981c4b14efd14ce3b6bd30684581e2f9ed56 Mon Sep 17 00:00:00 2001 From: DB P Date: Mon, 6 Dec 2021 23:07:33 +0900 Subject: [PATCH 37/52] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d7d7a10efaf..b97796806c7 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ And You can download -## Features +## ๐ŸŽ Features ### Applications & Files @@ -134,7 +134,7 @@ And You can download \UserData` - Type `open log location` to open your logs folder, they are saved along with your user settings folder. -### Game Mode +### ๐ŸŽฎ Game Mode @@ -156,7 +156,7 @@ And You can download -## Plugins +## ๐Ÿ“ฆ Plugins - Support wide range of plugins. Visit [here](https://flow-launcher.github.io/docs/#/plugins) for our plugin portfolio. - If you are using Python plugins, flow will prompt to either select the location or allow Python (Embeddable) to be automatic downloaded for use. @@ -196,9 +196,9 @@ And You can download more! -### Plugin Install + -### Plugin Store +### ๐Ÿ›’ Plugin Store ![pluginstore](https://user-images.githubusercontent.com/6903107/144528115-3b6baa89-f53f-40db-8426-02c4db8dd2b5.png) @@ -209,7 +209,7 @@ And You can download -## Hotkeys +## โŒจ๏ธ Hotkeys | Hotkey | Description | | ------------------------------------------------------------ | -------------------------------------------- | @@ -248,13 +248,13 @@ And You can download -## Questions/Suggestions +## ๐Ÿ™‹โ€ โ™‚๏ธQuestions/Suggestions Yes please, let us know in the [Q&A](https://github.com/Flow-Launcher/Flow.Launcher/discussions/categories/q-a) section. **Join our community on [Discord](https://discord.gg/AvgAQgh)!** From b8f183737a8d753d454d7607fb2440c1d0a0a7e4 Mon Sep 17 00:00:00 2001 From: DB P Date: Mon, 6 Dec 2021 23:09:15 +0900 Subject: [PATCH 38/52] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b97796806c7..00a6b5def93 100644 --- a/README.md +++ b/README.md @@ -254,7 +254,7 @@ And You can download -## ๐Ÿ™‹โ€ โ™‚๏ธQuestions/Suggestions +## โ” Questions/Suggestions Yes please, let us know in the [Q&A](https://github.com/Flow-Launcher/Flow.Launcher/discussions/categories/q-a) section. **Join our community on [Discord](https://discord.gg/AvgAQgh)!** From 2db2f7f6c18fd2838da7fc727b7d51256dc9500e Mon Sep 17 00:00:00 2001 From: DB P Date: Mon, 6 Dec 2021 23:09:52 +0900 Subject: [PATCH 39/52] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00a6b5def93..d17a0760cbe 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Dedicated to make your workflow flow more seamlessly. Search everything from app

Remember to star it, flow will love you more :)

-

SOFTPEDIA EDITOR'S PICK

+

SOFTPEDIA EDITOR'S PICK

From c3e94418ff5169bc0ba5f9f97a8f5b7fb6cafd82 Mon Sep 17 00:00:00 2001 From: DB P Date: Mon, 6 Dec 2021 23:21:43 +0900 Subject: [PATCH 40/52] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d17a0760cbe..c77e9430ae4 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ And You can download + - Support search using environment variable paths. From 2bd774d0e4f5e2305fd30b020fb36d2673af3256 Mon Sep 17 00:00:00 2001 From: DB P Date: Mon, 6 Dec 2021 23:26:51 +0900 Subject: [PATCH 41/52] Update README.md --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c77e9430ae4..f9060fbef19 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,16 @@


-![Maintenance](https://img.shields.io/maintenance/yes/3000) -[![Crowdin](https://badges.crowdin.net/flow-launcher/localized.svg)](https://crowdin.com/project/flow-launcher) -[![Build status](https://ci.appveyor.com/api/projects/status/32r7s2skrgm9ubva?svg=true&retina=true)](https://ci.appveyor.com/project/JohnTheGr8/flow-launcher/branch/dev) -[![Github All Releases](https://img.shields.io/github/downloads/Flow-Launcher/Flow.Launcher/total.svg)](https://github.com/Flow-Launcher/Flow.Launcher/releases) -![GitHub Release Date](https://img.shields.io/github/release-date/Flow-Launcher/Flow.Launcher) -[![GitHub release (latest by date)](https://img.shields.io/github/v/release/Flow-Launcher/Flow.Launcher)](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest) -[![Documentation](https://img.shields.io/badge/Documentation-7389D8)](https://flow-launcher.github.io/docs) -[![Discord](https://img.shields.io/discord/727828229250875472?color=7389D8&labelColor=6A7EC2&label=Community&logo=discord&logoColor=white)](https://discord.gg/AvgAQgh) +

+ + + +
+ + + + +

Dedicated to make your workflow flow more seamlessly. Search everything from applications, files, bookmarks, YouTube, Twitter and more. Flow will continue to evolve, designed to be open and built with the community at heart. From 8ccd74e421009b73f9f850616137ee19cde5a253 Mon Sep 17 00:00:00 2001 From: DB P Date: Mon, 6 Dec 2021 23:28:22 +0900 Subject: [PATCH 42/52] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9060fbef19..39f2f6f4876 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@
- - + +

From c19b6f3ad030edd8c002d4bc71d0b279b8f8f6ba Mon Sep 17 00:00:00 2001 From: DB P Date: Tue, 7 Dec 2021 00:03:12 +0900 Subject: [PATCH 43/52] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39f2f6f4876..439ca1cae76 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@

-Dedicated to make your workflow flow more seamlessly. Search everything from applications, files, bookmarks, YouTube, Twitter and more. Flow will continue to evolve, designed to be open and built with the community at heart. +Dedicated to making your workflow flow more seamless. Search everything from applications, files, bookmarks, YouTube, Twitter and more. Flow will continue to evolve, designed to be open and built with the community at heart.

Remember to star it, flow will love you more :)

From 4d51d0c67f76479a06c78ec7cba889155c7ad14b Mon Sep 17 00:00:00 2001 From: DB P Date: Tue, 7 Dec 2021 08:10:55 +0900 Subject: [PATCH 44/52] Update README.md --- README.md | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 439ca1cae76..7e5ad725943 100644 --- a/README.md +++ b/README.md @@ -164,38 +164,33 @@ And You can download -- Everything - +### SpotiyPrimeum -- SpotiyPrimeum +### Steam Search -- Steam Search +### Clipboard History -- Clipboard History - +### Home Assistant Commander -- Home Assistant Commander +### Colors -- Colors - +### Github - -- Github - + +### Windows Walker -- Windows Walker - ......and more! From 67d9bb266f06e25cc5948dfb9a5ef8b4587cb325 Mon Sep 17 00:00:00 2001 From: DB P Date: Tue, 7 Dec 2021 16:05:24 +0900 Subject: [PATCH 45/52] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7e5ad725943..cf3331a549b 100644 --- a/README.md +++ b/README.md @@ -111,11 +111,9 @@ And You can download - -- Search within Window Settings. -- Also Search within Control Panel. + +- Search within Window Settings & Control Panel. ### Priority From 9baa89f4737ff0a9b7dbb5ac91011fb390648a6d Mon Sep 17 00:00:00 2001 From: DB P Date: Tue, 7 Dec 2021 19:44:55 +0900 Subject: [PATCH 46/52] Update README.md Co-authored-by: Jeremy Wu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf3331a549b..5f3609e3f9e 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Dedicated to making your workflow flow more seamless. Search everything from app > 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. -And You can download early access version. +And you can download early access version. From bda6d53c52743e787789a67440b1dffedc8dcf10 Mon Sep 17 00:00:00 2001 From: DB P Date: Tue, 7 Dec 2021 19:45:26 +0900 Subject: [PATCH 47/52] Update README.md Co-authored-by: Jeremy Wu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f3609e3f9e..15903af2931 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ And you can download -- Suspend Hotkey when you playing game. +- Suspend the hotkey when you are playing games. From 9377d2dd3b6d194fa0db6cf6a0ad9f835ccf3428 Mon Sep 17 00:00:00 2001 From: DB P Date: Tue, 7 Dec 2021 20:11:00 +0900 Subject: [PATCH 48/52] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 15903af2931..9b03f66e38d 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,8 @@ And you can download + + - Support search using environment variable paths. From 5fcdf81375fc26d2a0991025f0ec3f31ed246d3b Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Wed, 8 Dec 2021 21:58:56 +1100 Subject: [PATCH 49/52] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b03f66e38d..1fb9380b3e1 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ And you can download From 721bce5ceefa2f08574a9891f8fae8e65ee6cc25 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Wed, 8 Dec 2021 22:01:36 +1100 Subject: [PATCH 50/52] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fb9380b3e1..9d06ced6405 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ And you can download -### SpotiyPrimeum +### SpotifyPremium From 95cb429ec3e363a88fc35bc6e2d90d044f630aa1 Mon Sep 17 00:00:00 2001 From: DB P Date: Thu, 9 Dec 2021 13:06:02 +0900 Subject: [PATCH 51/52] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d06ced6405..690c848f634 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ And you can download + - Search for files or their contents. From 112ae994474bd5c031715cb6b0e10b8d51bc9bed Mon Sep 17 00:00:00 2001 From: Jeremy Date: Thu, 9 Dec 2021 20:14:45 +1100 Subject: [PATCH 52/52] formatting --- Flow.Launcher/SettingWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher/SettingWindow.xaml.cs b/Flow.Launcher/SettingWindow.xaml.cs index 3f2d7ebd3e5..e2a17becd8b 100644 --- a/Flow.Launcher/SettingWindow.xaml.cs +++ b/Flow.Launcher/SettingWindow.xaml.cs @@ -365,4 +365,4 @@ private void Window_StateChanged(object sender, EventArgs e) } } -} \ No newline at end of file +}