Flow.Launcher/Flow.Launcher.Core/Plugin
2024-02-11 02:33:48 -05:00
..
JsonRPCV2Models remove duplicate comment summary 2023-10-31 08:43:10 -05:00
ExecutablePlugin.cs fix v1 plugin issue 2023-07-03 12:58:44 +08:00
ExecutablePluginV2.cs Abstract out ProcessStreamPluginV2.cs and add ExecutablePluginV2.cs 2023-07-03 16:44:50 +08:00
JsonPRCModel.cs Revert SettingsChanges to SettingsChange for backwards compatibility 2023-11-19 09:11:27 -05:00
JsonRPCConfigurationModel.cs Add hyperlink layout 2022-12-10 09:53:41 +09:00
JsonRPCPlugin.cs fix v1 plugin issue 2023-07-03 12:58:44 +08:00
JsonRPCPluginBase.cs Merge pull request #2430 from Flow-Launcher/Allow-SettingsChange-without-template-file 2023-11-21 16:50:58 -05:00
JsonRPCPluginSettings.cs Remove short circuit on empty Settings 2024-02-11 02:33:48 -05:00
JsonRPCPluginV2.cs update StreamJsonRPC, use System.Text.Json and apply serialization Option to the formatter; fix empty setting still trigger setting initialization 2023-12-10 02:26:43 -06:00
NodePlugin.cs rename and add js/ts v2 2023-11-03 21:16:51 -05:00
NodePluginV2.cs rename and add js/ts v2 2023-11-03 21:16:51 -05:00
PluginAssemblyLoader.cs load unmanaged dll from dependencyResolver as well 2023-09-11 09:12:41 -05:00
PluginConfig.cs add tests for loading unique metadata method 2021-11-21 16:54:30 +11:00
PluginManager.cs Merge branch 'dev' into move-exception-message-to-result 2023-12-10 02:20:00 -05:00
PluginsLoader.cs rename and add js/ts v2 2023-11-03 21:16:51 -05:00
ProcessStreamPluginV2.cs Use job object to control child process 2024-02-06 13:07:21 -06:00
PythonPlugin.cs remove irrelevant comment 2023-08-23 08:37:43 +10:00
PythonPluginV2.cs rename and add js/ts v2 2023-11-03 21:16:51 -05:00
QueryBuilder.cs clear obsolete code from Flow.Launcher.Plugin 2023-06-26 14:08:18 +03: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