Flow.Launcher/Flow.Launcher.Core/Plugin
2022-09-19 15:48:28 -05:00
..
ExecutablePlugin.cs fix Executable plugin's JsonRPC request string 2021-12-24 19:07:51 +11:00
JsonPRCModel.cs add sponsor (#1306) 2022-08-07 19:50:52 -05:00
JsonRPCConfigurationModel.cs Add passwordBox 2021-11-13 23:59:14 -06:00
JsonRPCPlugin.cs Fix Error Message for empty response 2022-08-21 22:09:56 -04:00
PluginAssemblyLoader.cs formatting 2022-03-02 08:14:05 +11:00
PluginConfig.cs add tests for loading unique metadata method 2021-11-21 16:54:30 +11:00
PluginManager.cs check query for null (I don't know how this can happen) 2022-09-19 15:48:28 -05:00
PluginsLoader.cs Clean up exception throwing code for plugin loading 2022-08-09 16:31:29 -07:00
PythonPlugin.cs Merge remote-tracking branch 'upstream/dev' into JsonRPCPluginSettingControl 2021-12-08 21:12:16 -06:00
QueryBuilder.cs Trim leading whitespace 2022-04-10 08:42:54 -04:00
README.md rename all project file name 2020-04-21 21:27:02 +10:00

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