You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add Python to `%PATH%` or set it in flow's settings.
59
-
- Use `pip` to install `flowlauncher`, open cmd and type `pip install flowlauncher`.
60
-
- The Python plugin may require additional modules to be installed, please ensure you check by visiting the plugin's website via `pm install` + plugin name, go to context menu and select `Open website`.
61
-
- Start to launch your Python plugins.
62
-
- Flow searches files and contents via Windows Index Search, to use Everything: `pm install everything`.
69
+
### Plugins
63
70
64
-
## Plugins
71
+
Flow searches files and contents via Windows Index Search, to use **Everything**: `pm install everything`.
65
72
66
-
There is a [list of actively maintained plugins](https://github.com/Flow-Launcher/docs/blob/main/plugins.md) in the documentation section, some of which are integrated from other launchers.
73
+
If you are using Python plugins, flow will prompt to either select the location or allow Python (Embeddable) to be automatic downloaded for use.
67
74
68
-
## Status
75
+
Vist [here](https://flow-launcher.github.io/docs/#/plugins) for our plugin portfolio.
69
76
70
-
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.
77
+
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-csharp-plugins) or [Python](https://flow-launcher.github.io/docs/#/develop-py-plugins)
71
78
72
-
## Contributing
79
+
## Questions/Suggestions
73
80
74
-
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.
81
+
Yes please, let us know in the [Q&A](https://github.com/Flow-Launcher/Flow.Launcher/discussions/categories/q-a) section.
75
82
76
-
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.
83
+
**Join our community on [Discord](https://discord.gg/AvgAQgh)!**
77
84
78
-
Get in touch if you like to join the Flow-Launcher Team and help build this great tool.
85
+
## Development
79
86
80
-
##Question/Suggestion
87
+
### Status
81
88
82
-
Yes please, submit an issue to let us know.
89
+
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.
83
90
84
-
**Join our community on [Discord](https://discord.gg/AvgAQgh)!**
91
+
### Contributing
92
+
93
+
We welcome all contributions. If you are unsure of a change you want to make, let us know in the [Discussions](https://github.com/Flow-Launcher/Flow.Launcher/discussions/categories/ideas), otherwise feel free to put in a pull request.
85
94
86
-
## Developing/Debugging
95
+
You will find the main goals of flow placed under the [Projects board](https://github.com/Flow-Launcher/Flow.Launcher/projects), so feel free to contribute on that. If you would like to make small incremental changes, feel free to do so as well.
96
+
97
+
Get in touch if you like to join the Flow-Launcher Team and help build this great tool.
98
+
99
+
### Developing/Debugging
87
100
88
101
Flow Launcher's target framework is .Net 5
89
102
90
103
Install Visual Studio 2019
91
104
92
105
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)
93
-
94
-
## Documentation
95
-
96
-
Visit [here](https://flow-launcher.github.io/docs) for more information on usage, development and design documentations
0 commit comments