Flow.Launcher/Flow.Launcher.Core/Plugin
2025-04-04 16:33:03 +08:00
..
JsonRPCV2Models Add loading api functions for all plugins 2025-02-28 11:26:14 +08:00
ExecutablePlugin.cs fix v1 plugin issue 2023-07-03 12:58:44 +08:00
ExecutablePluginV2.cs use HeaderDeliminatedHandler for NodePlugin while NewLineDeliminated for everything else 2024-02-18 23:46:24 -06: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 Use context plugin settings path 2025-02-24 13:28:58 +08:00
JsonRPCPluginBase.cs Merge branch 'dev' into plugin_settings_cache_path 2025-03-16 19:42:58 +08:00
JsonRPCPluginSettings.cs Do not crash when caught exception on saving settings 2025-04-04 10:34:59 +08:00
JsonRPCPluginV2.cs Merge pull request #3081 from Flow-Launcher/taooceros-patch-1 2025-02-23 11:01:13 +11:00
NodePlugin.cs Fix Nodejs plugins not working 2024-02-10 19:59:52 +06:00
NodePluginV2.cs use HeaderDeliminatedHandler for NodePlugin while NewLineDeliminated for everything else 2024-02-18 23:46:24 -06:00
PluginAssemblyLoader.cs load unmanaged dll from dependencyResolver as well 2023-09-11 09:12:41 -05:00
PluginConfig.cs Improve code quality 2025-02-24 11:35:41 +08:00
PluginManager.cs Move PluginManager public function to api 2025-04-04 16:33:03 +08:00
PluginsLoader.cs Code quality 2025-03-30 13:57:35 +08:00
ProcessStreamPluginV2.cs fix process exited before calling "close" method on dispose. 2024-06-05 19:29:24 -05:00
PythonPlugin.cs Add PyWin32-related directories to path for Python plugins 2025-02-02 15:27:02 +06:00
PythonPluginV2.cs Add PyWin32-related directories to path for Python plugins 2025-02-02 15:27:02 +06: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