mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
72 lines
3.9 KiB
Markdown
72 lines
3.9 KiB
Markdown
Flow Launcher
|
|
=============
|
|
|
|

|
|
[](https://github.com/Flow-Launcher/Flow.Launcher/releases)
|
|
[](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest)
|
|

|
|
[](https://dev.azure.com/Flow-Launcher/Flow.Launcher/_build/latest?definitionId=1&branchName=master)
|
|
|
|
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.
|
|
|
|
## Features
|
|
|
|
- Search everything from applications, folders, bookmarks, YouTube, Twitter and more. All from the comfort of your keyboard without ever touching the mouse.
|
|
- 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.
|
|
- Fully portable.
|
|
|
|
## Running Flow Launcher
|
|
|
|
| [Windows 7 and up](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest)
|
|
| ------------- |
|
|
|
|
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.
|
|
|
|
**Integrations:**
|
|
- If you want to integrate with [everything](https://www.voidtools.com/): `.exe` installer + use x64 if your windows is x64 + everything service is running. Supported version is 1.3.4.686
|
|
- 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
|
|
|
|
**Usage**
|
|
- Open flow's search window: <kbd>Alt</kbd>+<kbd>Space</kbd> is the default hotkey
|
|
- Open context menu: <kbd>Ctrl</kbd>+<kbd>O</kbd>/<kbd>Shift</kbd>+<kbd>Enter</kbd>
|
|
- Cancel/Return to previous screen: <kbd>Esc</kbd>
|
|
- Install/Uninstall plugins: in the search window, type `wpm install/uninstall` + the plugin name
|
|
- Saved user settings are located:
|
|
- If using roaming: `%APPDATA%\FlowLauncher`
|
|
- If using portable, by default: `%localappdata%\FlowLauncher\app-<VersionOfYourFlowLauncher>\UserData`
|
|
- Logs are saved along with your user settings folder
|
|
|
|
## 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, simply put an issue in for discussion, otherwise feel free to put in a pull request.
|
|
|
|
You will find the main goals of flow placed under Projects board, so feel free to contribute on that. If you would like to make small incremental changes, feel free to do so as well.
|
|
|
|
**Question/Suggestion**
|
|
|
|
Yes please, submit an issue to let us know.
|
|
|
|
## Developing/Debugging
|
|
|
|
Flow Launcher's target framework is .Net Core 3.1
|
|
|
|
Install Visual Studio 2019
|
|
|
|
Install .Net Core 3.1 SDK via Visual Studio installer or manually from [here](https://dotnet.microsoft.com/download/dotnet-core/thank-you/sdk-3.1.201-windows-x64-installer)
|
|
|
|
## Documentation
|
|
|
|
[Wiki](https://github.com/Flow-Launcher/Flow.Launcher/wiki)
|
|
|
|
## A history of the flow
|
|
Flow's roots came from a rebrand of the [JJW24/Wox fork](https://github.com/jjw24/Wox/issues/156) and WoX.
|
|
|
|
A big thank you and all credits to [Bao](https://github.com/bao-qian), the author of WoX, and its contrbutors for all the amazing work.
|
|
|
|
The JJW24/Wox fork started adding new changes on top of main WoX repo's code base from release v1.3.524. Flow is a continuation of the work from JJW24/Wox
|