Flow.Launcher/Flow.Launcher.Core/Plugin
2020-12-30 13:40:42 +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 Replace All use of Json.Net with System.Text.Json 2020-12-30 13:40:42 +08:00
PluginAssemblyLoader.cs update dependency resolver to cater for existing dependency in Plugin 2020-09-21 15:44:14 +10:00
PluginConfig.cs Replace All use of Json.Net with System.Text.Json 2020-12-30 13:40:42 +08:00
PluginManager.cs remove InstallPlugin method from API 2020-12-08 21:59:45 +11:00
PluginsLoader.cs add class to load assembly and resolve dependencies for each plugin 2020-09-16 21:12:43 +10: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