Flow.Launcher/Flow.Launcher.Plugin
2023-06-18 22:53:01 +03:00
..
Interfaces more documentation in Plugin package 2023-06-18 22:53:01 +03:00
Properties Fix (some) build warnings 2022-08-07 21:31:38 -07:00
SharedCommands Remove unused using 2023-04-25 21:02:34 +08:00
SharedModels fix formatting + naming 2021-01-26 18:01:39 +11:00
ActionContext.cs more documentation in Plugin package 2023-06-18 22:53:01 +03:00
AllowedLanguage.cs add Node.js environment setup 2022-10-23 20:05:12 +11:00
BaseModel.cs Revert JSON Null change + fix more warnings 2022-08-08 17:35:38 -07:00
EventHandler.cs Revert JSON Null change + fix more warnings 2022-08-08 17:35:38 -07:00
Features.cs Remove unused using 2023-04-25 21:02:34 +08:00
Flow.Launcher.Plugin.csproj version bump Flow.Launcher.Plugin 2023-05-03 06:17:39 +10:00
FodyWeavers.xml rename all project file name 2020-04-21 21:27:02 +10:00
GlyphInfo.cs Remove unused using 2023-04-25 21:02:34 +08:00
PluginInitContext.cs more documentation in Plugin package 2023-06-18 22:53:01 +03:00
PluginMetadata.cs Remove unused using 2023-04-25 21:02:34 +08:00
PluginPair.cs Make IPlugin inherit from IAsyncPlugin 2021-03-23 17:40:27 +08:00
Query.cs update documentation in Query 2023-06-18 22:29:40 +03:00
README.md move plugins into Interfaces folder 2021-07-08 07:45:15 +10:00
Result.cs update documentation in Result 2023-06-18 21:59:43 +03:00

What does Flow.Launcher.Plugin do?

  • Defines base objects and interfaces for plugins
  • Plugin authors making C# plugins should reference this DLL via nuget
  • Contains commands and models that can be used by plugins