PowerToys/src/modules/launcher/Wox.Plugin
Divyansh Srivastava 638cd1dd48
[Run] Open in console functionality (#4739)
* 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
2020-07-08 09:56:26 -07:00
..
Features Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
Interfaces Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
Properties Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
SharedCommands Spelling: ... wox (#3775) 2020-05-27 08:05:54 -07:00
ActionContext.cs Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
AllowedLanguage.cs Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
BaseModel.cs Fix for Memory issue with context menu items (#4597) 2020-07-02 13:48:41 -07:00
ContextMenuResult.cs [Run] Open in console functionality (#4739) 2020-07-08 09:56:26 -07:00
EventHandler.cs [Settings/Run] LowLevel Keyboard hooking for Hotkeys (#3825) 2020-06-11 12:59:36 -07:00
Feature.cs Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
FodyWeavers.xml Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
FodyWeavers.xsd Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
IPlugin.cs Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
IPublicAPI.cs Theme aware plugin (#4499) 2020-06-26 17:42:06 -07:00
ISettingProvider.cs Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
PluginInitContext.cs Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
PluginMetadata.cs Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
PluginPair.cs Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
Query.cs spelling: separator (#3751) 2020-05-26 18:10:58 -07:00
README.md Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
Result.cs Tooltip for indexer and program plugin (#4589) 2020-07-07 13:02:39 -07:00
ThemeManager.cs Theme aware plugin (#4499) 2020-06-26 17:42:06 -07:00
ToolTipData.cs Tooltip for indexer and program plugin (#4589) 2020-07-07 13:02:39 -07:00
Wox.Plugin.csproj Theme aware plugin (#4499) 2020-06-26 17:42:06 -07:00

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