Flow.Launcher/Flow.Launcher.Core/Plugin
2021-01-03 10:33:58 +08:00
..
ExecutablePlugin.cs rename all project file name 2020-04-21 21:27:02 +10:00
JsonPRCModel.cs Update description strings 2020-04-22 20:26:09 +10:00
JsonRPCPlugin.cs Fix rename errors 2020-04-21 22:16:10 +10:00
PluginAssemblyLoader.cs Allows Loading both IPlugin and IAsyncPlugin 2021-01-03 10:33:58 +08:00
PluginConfig.cs define plugin metadata file name as constant 2020-06-25 00:46:59 +03:00
PluginManager.cs Plugin Async ModelAdd Full Async model, including AsyncPlugin and AsyncReloadable 2021-01-03 10:33:10 +08:00
PluginsLoader.cs Allows Loading both IPlugin and IAsyncPlugin 2021-01-03 10:33:58 +08:00
PythonPlugin.cs rename all project file name 2020-04-21 21:27:02 +10:00
QueryBuilder.cs remove in use obsolete GetAllRemainingParameter and use Search 2020-08-04 20:10:42 +10: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