Flow.Launcher/Flow.Launcher.Core/Plugin
2023-10-31 08:39:51 -05:00
..
JsonRPCV2Models Change abstract back to normal class for JsonRPCExecuteResponse.cs; Cleanup unused classes 2023-06-25 12:21:45 +08: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 Change abstract back to normal class for JsonRPCExecuteResponse.cs; Cleanup unused classes 2023-06-25 12:21:45 +08:00
JsonRPCConfigurationModel.cs Add hyperlink layout 2022-12-10 09:53:41 +09:00
JsonRPCModelContext.cs remove obsolete comment 2023-09-12 08:23:34 +10:00
JsonRPCPlugin.cs fix v1 plugin issue 2023-07-03 12:58:44 +08:00
JsonRPCPluginBase.cs Finally make JSONRPC Bidirection work 2023-06-25 00:43:21 +08:00
JsonRPCPluginV2.cs update streamjsonrpc and use systemtextjsonformatter 2023-08-28 18:57:12 +08:00
NodePlugin.cs Remove unused using 2023-04-25 21:02:34 +08: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 Refactor save settings logic 2023-04-25 22:38:36 +08:00
PluginsLoader.cs Merge branch 'dev' into jsonrpc_v2 2023-06-23 11:24:27 +08:00
PortableSettings.cs fix some bug (v1 still broken) 2023-03-26 14:04:06 -05:00
ProcessStreamPluginV2.cs Abstract out ProcessStreamPluginV2.cs and add ExecutablePluginV2.cs 2023-07-03 16:44:50 +08:00
PythonPlugin.cs remove irrelevant comment 2023-08-23 08:37:43 +10:00
PythonPluginV2.cs remove irrelevant comment 2023-08-23 08:37:43 +10: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