Flow.Launcher/Flow.Launcher.Core/Plugin
2021-02-24 18:52:10 +08:00
..
ExecutablePlugin.cs Use Stream model 2021-02-14 13:56:27 +08:00
JsonPRCModel.cs add Debug message field for debugging 2021-02-14 13:59:59 +08:00
JsonRPCPlugin.cs fix formatting 2021-02-16 06:14:13 +11:00
PluginAssemblyLoader.cs remove extra line 2021-02-24 18:52:10 +08:00
PluginConfig.cs Replace All use of Json.Net with System.Text.Json 2020-12-30 13:40:42 +08:00
PluginManager.cs Remove unused check for Stream length 2021-02-16 10:50:48 +08:00
PluginsLoader.cs remove task 2021-02-05 08:08:33 +11:00
PythonPlugin.cs Use Stream model 2021-02-14 13:56:27 +08: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