Flow.Launcher/Flow.Launcher.Plugin
2020-09-22 09:03:58 +10:00
..
Interfaces
Properties
SharedCommands update method name typo 2020-09-22 08:57:21 +10:00
ActionContext.cs
AllowedLanguage.cs add F# as an allowed plugin language 2020-04-30 11:40:26 +03:00
BaseModel.cs
EventHandler.cs
Feature.cs remove code that has been marked obsolete 2020-08-04 20:01:46 +10:00
Flow.Launcher.Plugin.csproj version bump for Flow.Launcher.Plugin 2020-09-22 09:03:58 +10:00
FodyWeavers.xml
IPlugin.cs
IPublicAPI.cs remove code that has been marked obsolete 2020-08-04 20:01:46 +10:00
ISettingProvider.cs
PluginInitContext.cs
PluginMetadata.cs remove code that has been marked obsolete 2020-08-04 20:01:46 +10:00
PluginPair.cs
Query.cs remove in use obsolete GetAllRemainingParameter and use Search 2020-08-04 20:10:42 +10:00
README.md
Result.cs remove code that has been marked obsolete 2020-08-04 20:01:46 +10: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 base commands used by all plugins