Flow.Launcher/Flow.Launcher.Core/Plugin
2025-03-01 10:21:17 +08:00
..
JsonRPCV2Models Merge pull request #3170 from Jack251970/dev3 2025-02-16 22:20:29 -08:00
ExecutablePlugin.cs
ExecutablePluginV2.cs use HeaderDeliminatedHandler for NodePlugin while NewLineDeliminated for everything else 2024-02-18 23:46:24 -06:00
JsonPRCModel.cs Revert SettingsChanges to SettingsChange for backwards compatibility 2023-11-19 09:11:27 -05:00
JsonRPCConfigurationModel.cs
JsonRPCPlugin.cs
JsonRPCPluginBase.cs Add support for delete plugin directory for non-dotnet plugins 2025-02-09 10:58:09 +08:00
JsonRPCPluginSettings.cs Use auto height row & auto width column 2025-03-01 10:21:17 +08:00
JsonRPCPluginV2.cs Merge pull request #3081 from Flow-Launcher/taooceros-patch-1 2025-02-23 11:01:13 +11:00
NodePlugin.cs Fix Nodejs plugins not working 2024-02-10 19:59:52 +06:00
NodePluginV2.cs use HeaderDeliminatedHandler for NodePlugin while NewLineDeliminated for everything else 2024-02-18 23:46:24 -06:00
PluginAssemblyLoader.cs
PluginConfig.cs
PluginManager.cs Fix API instance create twice issue & Make PluginManager.API private 2025-02-28 17:03:53 +08:00
PluginsLoader.cs Remove IApp & AppExtensions and use dependency injection instead 2025-01-12 20:04:44 +08:00
ProcessStreamPluginV2.cs fix process exited before calling "close" method on dispose. 2024-06-05 19:29:24 -05:00
PythonPlugin.cs Add PyWin32-related directories to path for Python plugins 2025-02-02 15:27:02 +06:00
PythonPluginV2.cs Add PyWin32-related directories to path for Python plugins 2025-02-02 15:27:02 +06:00
QueryBuilder.cs
README.md

There are two kinds of plugins:

  1. System plugin Those plugins that action keyword is "*", those plugin doesn't need action keyword
  2. User Plugin Those plugins that contains customized action keyword