Flow.Launcher/Flow.Launcher.Core/Plugin
2021-10-30 16:17:33 -05:00
..
ExecutablePlugin.cs Refactor JsonRPC structure 2021-08-13 13:55:07 +08:00
JsonPRCModel.cs Allow JsonRPCPlugin.cs to have setting control 2021-08-17 00:50:36 +08:00
JsonRPCConfigurationModel.cs Use Yaml as configuration file 2021-10-30 13:46:57 -05:00
JsonRPCPlugin.cs Change some configuration and refactor code 2021-10-30 16:17:33 -05:00
PluginAssemblyLoader.cs Change object to byte to reduce overhead 2021-04-12 19:34:58 +08:00
PluginConfig.cs Use EnumerateDirectories instead of GetDirectories 2021-03-18 11:43:41 +08:00
PluginManager.cs dispose PluginPair.Plugin instead of PluginPair 2021-07-05 16:54:19 +08:00
PluginsLoader.cs update python message from install to download 2021-08-12 09:12:38 +10:00
PythonPlugin.cs Allow JsonRPCPlugin.cs to have setting control 2021-08-17 00:50:36 +08:00
QueryBuilder.cs Mark previous api as obsolete to preserve backward compatibility. 2021-09-07 17:07:21 -05: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