mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-30 06:07:56 +08:00
638cd1dd48
* Added open in console for indexer * Added open in console fpr indexer and folder plugin * Added open in console to program plugin * Added string localization for program plugin * Added test for win32 program * Added test for win32 programs * Added test for indexer plugin * Localization for context menu title * Added tests for folder plugin * Added tests for indexer plugin * Code cleanup * Improved logging and nit fixes * Updated tooltip for open in console * Updates tests * Removed subtitle property from contextmenuresult class * Improved logging for context menu loaders |
||
---|---|---|
.. | ||
Features | ||
Interfaces | ||
Properties | ||
SharedCommands | ||
ActionContext.cs | ||
AllowedLanguage.cs | ||
BaseModel.cs | ||
ContextMenuResult.cs | ||
EventHandler.cs | ||
Feature.cs | ||
FodyWeavers.xml | ||
FodyWeavers.xsd | ||
IPlugin.cs | ||
IPublicAPI.cs | ||
ISettingProvider.cs | ||
PluginInitContext.cs | ||
PluginMetadata.cs | ||
PluginPair.cs | ||
Query.cs | ||
README.md | ||
Result.cs | ||
ThemeManager.cs | ||
ToolTipData.cs | ||
Wox.Plugin.csproj |
What does Wox.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