Flow.Launcher/Flow.Launcher.Core/Plugin
2021-02-09 14:03:22 +08:00
..
ExecutablePlugin.cs Keep the Sync version for ContextMenu and Callback 2021-02-08 14:43:17 +08:00
JsonPRCModel.cs specify name for property to avoid property collision 2021-02-03 17:50:36 +08:00
JsonRPCPlugin.cs use throw instead of return empty string 2021-02-09 14:03:22 +08:00
PluginAssemblyLoader.cs add eol 2021-01-17 19:10:26 +11:00
PluginConfig.cs Replace All use of Json.Net with System.Text.Json 2020-12-30 13:40:42 +08:00
PluginManager.cs add null check before updateresultmanifest 2021-02-03 17:50:21 +08:00
PluginsLoader.cs add eol 2021-01-17 19:10:26 +11:00
PythonPlugin.cs Keep the Sync version for ContextMenu and Callback 2021-02-08 14:43:17 +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