From 833aa39884d9d6a31fc7c682115c61057dba76b8 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Wed, 3 Feb 2021 23:12:02 +1100 Subject: [PATCH 1/4] Update readme Todo: add search methods to usage --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac861129804..578f6f724f9 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,9 @@ Flow Launcher. Dedicated to make your workflow flow more seamlessly. Aimed at be - 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 of wide range of plugins. +- Support wide range of plugins. +- Prioritise the order of each plugin's results +- 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) From 3915895a98e17de537b3eecb12aaa42e89e0ce57 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Thu, 4 Feb 2021 19:56:08 +1100 Subject: [PATCH 2/4] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 578f6f724f9..66533c76088 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,12 @@ Flow Launcher. Dedicated to make your workflow flow more seamlessly. Aimed at be - 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. -- Support search using environment variable paths +- 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 -- Save file or folder locations for quick access +- Prioritise the order of each plugin's results. +- 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) @@ -47,6 +47,7 @@ Windows may complain about security due to code not being signed, this will be c **Usage** - Open flow's search window: Alt+Space is the default hotkey. +- Search programs, bookmarks and control panel items with acronyms eg. `gk` or `gp` for GitKraken Preview; fuzzy search eg.`code` or `vis` for Visual Studio Code - Open context menu: Ctrl+O/Shift+Enter. - Cancel/Return to previous screen: Esc. - Install/Uninstall/Update plugins: in the search window, type `pm install`/`pm uninstall`/`pm update` + the plugin name. From d428d6f56c3c9c57ada6e95250bb1027adc5a2a0 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Thu, 4 Feb 2021 20:01:50 +1100 Subject: [PATCH 3/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66533c76088..94861ec2a4d 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ Windows may complain about security due to code not being signed, this will be c **Usage** - Open flow's search window: Alt+Space is the default hotkey. -- Search programs, bookmarks and control panel items with acronyms eg. `gk` or `gp` for GitKraken Preview; fuzzy search eg.`code` or `vis` for Visual Studio Code -- Open context menu: Ctrl+O/Shift+Enter. +- Search programs, bookmarks and control panel items with acronyms eg. `gk` or `gp` for GitKraken Preview; fuzzy search eg. `code` or `vis` for Visual Studio Code +- 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`/`pm uninstall`/`pm update` + the plugin name. - Saved user settings are located: From 892b7cf63eaa76fa046ea14c6316945efc10f6fb Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Thu, 4 Feb 2021 20:02:55 +1100 Subject: [PATCH 4/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 94861ec2a4d..9af47a5ee01 100644 --- a/README.md +++ b/README.md @@ -47,14 +47,14 @@ Windows may complain about security due to code not being signed, this will be c **Usage** - Open flow's search window: Alt+Space is the default hotkey. -- Search programs, bookmarks and control panel items with acronyms eg. `gk` or `gp` for GitKraken Preview; fuzzy search eg. `code` or `vis` for Visual Studio Code +- Search programs, bookmarks and control panel items with acronyms eg. `gk` or `gp` for GitKraken Preview; fuzzy search eg. `code` or `vis` for Visual Studio Code. - 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`/`pm uninstall`/`pm update` + the plugin name. - Saved user settings are located: - If using roaming: `%APPDATA%\FlowLauncher` - If using portable, by default: `%localappdata%\FlowLauncher\app-\UserData` -- Logs are saved along with your user settings folder +- Logs are saved along with your user settings folder. ## Status