|
1 | 1 | ### Usage Tips
|
2 | 2 |
|
3 | 3 | #### Installation
|
4 |
| -- Flow is published as a self-contained app, this means on Windows machines (7 and up) Flow can run straight away without needing to install .NET runtime and framework. Coupled with portable mode, it can be stored on Dropbox or cloud storage provider and run on any Windows machines. The slight drawback is that the installed package size is slightly bigger at around 250mb because it needs to bundle the required .NET components together. |
| 4 | +- Flow is published as a self-contained app, this means on Windows machines (7 and up) Flow can run straight away without needing to install .NET runtime and framework. Coupled with portable mode, it can be stored on Dropbox or cloud storage provider and run on any Windows machines. The slight drawback is that the installed package size is slightly bigger at around 250 MB because it needs to bundle the required .NET components together. |
5 | 5 | #### Searching
|
6 | 6 | - Search for items using:
|
7 | 7 | - Acronyms e.g. `gk` or `gp` for GitKraken Preview.
|
8 |
| - - Fuzzy eg. `acr` or `rea` for Acrobat Reader DC. |
| 8 | + - Fuzzy e.g. `acr` or `rea` for Acrobat Reader DC. |
9 | 9 | - Single word e.g. `code` or `visual` for Visual Studio Code.
|
10 | 10 | - Right-click with the mouse, or press right-arrow on the keyboard, on a result to access the context menu for additional actions. The context menu is specific to the plugin providing the result
|
11 | 11 |
|
12 | 12 | #### Plugins
|
13 |
| -- Typing `?` in the search bar will show you the keywords currently active. This can be refined by typing the first letter or two of the keyword you are after. |
| 13 | +- Typing `?` in the search bar will show you the keywords currently active. This can be refined by typing the first letter or two of the keywords you are after. |
14 | 14 | - The plugin results order can be prioritised. This can be done by going to the plugin's settings page. Under the plugin's title and the description, click the number next to 'Priority'; this is where you can assign weight to the plugin's result. The higher the weight is, the higher the selected plugin's results will be in Flow's result list.
|
15 | 15 | - Press `F5` while in the query window or type `reload plugin data` to reload all plugin data.
|
16 | 16 | - Both Program and Bookmarks plugin will automatically detect new changes, so your newly installed apps or bookmarks will be available soon after they are added.
|
17 |
| -- If your plugin is not triggering, open Flow's settings and go to the Plugins tab, click on the plugin and check if it is set to a particular action keyword. You can set the plugin's action keyword to global: `*` but be wary; sometimes a plugin sets a dedicated keyword is because it may return lots of results cluttering the result list. |
| 17 | +- If your plugin is not triggering, open Flow's settings, navigate to the Plugins tab, and check if the plugin is set to a specific action keyword. Note that sometimes a dedicated keyword is used to limit the number of results and avoid cluttering the list.. |
18 | 18 | - For Explorer plugin results, you can press `Ctrl + Enter` to open the folder directly instead of navigating into the folder.
|
19 | 19 | - You can save your frequently used or favourite files/folder locations via Explorer plugin. Navigate to the file/location you want to save, then go to the context menu and select `Add to Quick Access`. It will be particularly handy if you have set a custom action keyword instead of the default '*', which when used will display your list of saved Quick Access files and folders. You can change the default action keyword via the plugin's settings page.
|
20 | 20 | - Press ctrl + enter/click on a Shell plugin command will run it directly as admin.
|
|
26 | 26 | - Flow's settings including installed plugins are located at:
|
27 | 27 | - If using roaming: `%APPDATA%\FlowLauncher`
|
28 | 28 | - If using portable, by default: `%localappdata%\FlowLauncher\app-<VersionOfYourFlowLauncher>\UserData`
|
29 |
| -- To back up your Flow's settings including installed plugins, back up your UserData folder. You can locate it quickly via querying `flow launcher userdata`. |
30 |
| -- To restore your saved settings, ensure Flow is exited, delete the current UserData folder and copy yours in. Start Flow and all your settings will be setup. One exception, however, is your saved Quick Access files and folder paths in the Explorer plugin you may need to update if the locations have changed. |
| 29 | +- To back up your Flow's settings including installed plugins, back up your UserData folder. You can locate it quickly via querying `flow launcher userdata` in the search bar. |
| 30 | +- To restore your saved settings, ensure Flow is exited, delete the current UserData folder and copy yours in. Start Flow and all your settings will be set up. One exception, however, is your saved Quick Access files and folder paths in the Explorer plugin you may need to update if the locations have changed. |
31 | 31 | - When migrating from a system with a high screen resolution to one with a lower resolution, it may be necessary to adjust "SettingWindowWidth", "SettingWindowHeight" "SettingWindowTop" and "SettingWindowLeft" as the settings may otherwise appear outside the visible area. Default values for 1920x1080: 1000, 700, 0, 0.
|
32 | 32 | - Resetting Flow back to default settings is also easy, move/delete the UserData folder after closing the app, and the defaults will be recreated.
|
33 | 33 |
|
|
0 commit comments