Skip to content

Commit 835b921

Browse files
committed
🎨 ♻️ format & rebuild json rpc python script
- 🎨 format source via formatter - ♻️ more informations see https://github.com/Flow-Launcher/Flow.Launcher.JsonRPC.Python
1 parent 9bc89ea commit 835b921

File tree

2 files changed

+14
-125
lines changed

2 files changed

+14
-125
lines changed

JsonRPC/wox.py

Lines changed: 0 additions & 115 deletions
This file was deleted.

README.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Flow Launcher. Dedicated to make your workflow flow more seamlessly. Aimed at be
1717
![The Flow](https://user-images.githubusercontent.com/26427004/82151677-fa9c7100-989f-11ea-9143-81de60aaf07d.gif)
1818

1919
- Search everything from applications, files, bookmarks, YouTube, Twitter and more. All from the comfort of your keyboard without ever touching the mouse.
20-
- Search for file contents
20+
- Search for file contents.
2121
- Support search using environment variable paths
2222
- Run batch and PowerShell commands as Administrator or a different user.
2323
- Support languages from Chinese to Italian and more.
@@ -26,20 +26,24 @@ Flow Launcher. Dedicated to make your workflow flow more seamlessly. Aimed at be
2626

2727
## Running Flow Launcher
2828

29-
| [Windows 7 and up](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest)
30-
| ------------- |
29+
| [Windows 7 and up](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest) |
30+
| ---------------------------------------------------------------------------------- |
3131

3232
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.
3333

34-
**Integrations:**
35-
- If you use python plugins, install [python3](https://www.python.org/downloads/): `.exe` installer + add it to `%PATH%` or set it in flow's settings
36-
- Flow searches files and contents via Windows Index Search, to use Everything, download the plugin [here](https://github.com/Flow-Launcher/Flow.Launcher.Plugin.Everything/releases/latest)
34+
**Integrations**
35+
- If you use Python plugins:
36+
- Install [Python3](https://www.python.org/downloads/), download `.exe` installer.
37+
- Add Python to `%PATH%` or set it in flow's settings.
38+
- Use `pip` to install `flowlauncher`, cmd in `pip install flowlauncher`.
39+
- Start to launch your Python plugins.
40+
- Flow searches files and contents via Windows Index Search, to use Everything, download the plugin [here](https://github.com/Flow-Launcher/Flow.Launcher.Plugin.Everything/releases/latest).
3741

3842
**Usage**
39-
- Open flow's search window: <kbd>Alt</kbd>+<kbd>Space</kbd> is the default hotkey
40-
- Open context menu: <kbd>Ctrl</kbd>+<kbd>O</kbd>/<kbd>Shift</kbd>+<kbd>Enter</kbd>
41-
- Cancel/Return to previous screen: <kbd>Esc</kbd>
42-
- Install/Uninstall plugins: in the search window, type `wpm install/uninstall` + the plugin name
43+
- Open flow's search window: <kbd>Alt</kbd>+<kbd>Space</kbd> is the default hotkey.
44+
- Open context menu: <kbd>Ctrl</kbd>+<kbd>O</kbd>/<kbd>Shift</kbd>+<kbd>Enter</kbd>.
45+
- Cancel/Return to previous screen: <kbd>Esc</kbd>.
46+
- Install/Uninstall plugins: in the search window, type `wpm install/uninstall` + the plugin name.
4347
- Saved user settings are located:
4448
- If using roaming: `%APPDATA%\FlowLauncher`
4549
- If using portable, by default: `%localappdata%\FlowLauncher\app-<VersionOfYourFlowLauncher>\UserData`

0 commit comments

Comments
 (0)