Flow.Launcher/Flow.Launcher.Core/Plugin
2025-07-21 17:14:03 +08:00
..
JsonRPCV2Models Merge branch 'dev' into binary_storage_api 2025-04-08 16:28:05 +08:00
ExecutablePlugin.cs
ExecutablePluginV2.cs
IResultUpdateRegister.cs Add IResultUpdateRegister interface 2025-07-21 13:52:11 +08:00
JsonPRCModel.cs
JsonRPCConfigurationModel.cs
JsonRPCPlugin.cs Improve code quality 2025-04-09 19:26:52 +08:00
JsonRPCPluginBase.cs Improve code quality 2025-04-09 19:26:52 +08:00
JsonRPCPluginSettings.cs Use ISavable instead of object 2025-06-06 18:38:05 +08:00
JsonRPCPluginV2.cs Add code comments 2025-04-09 19:43:22 +08:00
NodePlugin.cs
NodePluginV2.cs
PluginAssemblyLoader.cs
PluginConfig.cs Use api functions instead 2025-04-13 17:26:21 +08:00
PluginInstaller.cs Change plugin update check function 2025-07-18 14:22:05 +08:00
PluginManager.cs Search in loaded plugins 2025-07-21 17:14:03 +08:00
PluginsLoader.cs Add translations 2025-07-20 12:07:19 +08:00
ProcessStreamPluginV2.cs Code quality 2025-04-13 18:04:50 +08: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 Use new model to clear results & Fix clear existing results when using IResultUpdate (#3588) 2025-06-02 13:16:22 +10:00
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