Flow.Launcher/Flow.Launcher.Plugin
Jeremy Wu fa206e9475
Merge pull request #703 from Flow-Launcher/release_verson_bump
Version bump for Flow 1.9.0 | 2.1.0 plugin release
2021-12-09 21:01:47 +11:00
..
Interfaces Merge pull request #800 from onesounds/GlobalBrowserSetting 2021-12-09 20:01:06 +11:00
Properties rename all project file name 2020-04-21 21:27:02 +10:00
SharedCommands Revert "move url before options" 2021-12-08 21:35:42 -06:00
SharedModels fix formatting + naming 2021-01-26 18:01:39 +11:00
ActionContext.cs rename all project file name 2020-04-21 21:27:02 +10:00
AllowedLanguage.cs add F# as an allowed plugin language 2020-04-30 11:40:26 +03:00
BaseModel.cs rename all project file name 2020-04-21 21:27:02 +10:00
EventHandler.cs Fix rename errors 2020-04-21 22:16:10 +10:00
Features.cs Rearrange Interfaces 2021-07-08 01:47:20 +08:00
Flow.Launcher.Plugin.csproj Merge pull request #703 from Flow-Launcher/release_verson_bump 2021-12-09 21:01:47 +11:00
FodyWeavers.xml rename all project file name 2020-04-21 21:27:02 +10:00
GlyphInfo.cs Create GlyphInfo.cs 2021-07-31 16:07:14 +08:00
PluginInitContext.cs add default constructor for plugin init context to solve error in testing 2021-01-07 09:42:19 +08:00
PluginMetadata.cs update message + window location 2021-01-12 07:30:01 +11:00
PluginPair.cs Make IPlugin inherit from IAsyncPlugin 2021-03-23 17:40:27 +08:00
Query.cs remove warning suppression and fix a typo 2021-10-01 17:04:02 -05:00
README.md move plugins into Interfaces folder 2021-07-08 07:45:15 +10:00
Result.cs change variable name to AutoCompleteText 2021-12-05 18:40:43 +11: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