Flow.Launcher/Flow.Launcher.Core/Plugin
2022-08-31 21:34:47 -05:00
..
ExecutablePlugin.cs Implement JSONRPC V2 Draft 2022-08-31 21:34:47 -05:00
JsonPRCModel.cs Implement JSONRPC V2 Draft 2022-08-31 21:34:47 -05:00
JsonRPCConfigurationModel.cs Add passwordBox 2021-11-13 23:59:14 -06:00
JsonRPCModelContext.cs Implement JSONRPC V2 Draft 2022-08-31 21:34:47 -05:00
JsonRPCPlugin.cs Implement JSONRPC V2 Draft 2022-08-31 21:34:47 -05:00
JsonRPCPluginV2.cs Implement JSONRPC V2 Draft 2022-08-31 21:34:47 -05: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 Plugin Exception Draft (#1147) 2022-08-12 23:12:38 +10:00
PluginsLoader.cs Implement JSONRPC V2 Draft 2022-08-31 21:34:47 -05:00
PythonPlugin.cs Implement JSONRPC V2 Draft 2022-08-31 21:34:47 -05:00
PythonPluginV2.cs Implement JSONRPC V2 Draft 2022-08-31 21:34:47 -05: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