mirror of
https://github.com/microsoft/PowerToys
synced 2025-08-22 01:58:04 +00:00
[Run][PluginManager]Doc for 3rd party plugins (#27566)
* doc for 3rd party run plugins * link 3rd party run plugins doc * fix spellcheck * remove file * fix links * added author * Update doc/thirdPartyRunPlugins.md Co-authored-by: Nathan Driver <80888259+NathanD-GDS@users.noreply.github.com> * Update doc/thirdPartyRunPlugins.md Co-authored-by: Nathan Driver <80888259+NathanD-GDS@users.noreply.github.com> * Update doc/thirdPartyRunPlugins.md Co-authored-by: Nathan Driver <80888259+NathanD-GDS@users.noreply.github.com> * Update doc/thirdPartyRunPlugins.md Co-authored-by: Nathan Driver <80888259+NathanD-GDS@users.noreply.github.com> * Update doc/thirdPartyRunPlugins.md Co-authored-by: Nathan Driver <80888259+NathanD-GDS@users.noreply.github.com> * Update doc/thirdPartyRunPlugins.md Co-authored-by: Nathan Driver <80888259+NathanD-GDS@users.noreply.github.com> --------- Co-authored-by: Nathan Driver <80888259+NathanD-GDS@users.noreply.github.com>
This commit is contained in:
parent
c5ad5e613e
commit
64252192fa
10
.github/actions/spell-check/expect.txt
vendored
10
.github/actions/spell-check/expect.txt
vendored
@ -155,6 +155,7 @@ BOKMAL
|
||||
bootstrapper
|
||||
BOOTSTRAPPERINSTALLFOLDER
|
||||
Bopomofo
|
||||
bostrot
|
||||
BOTTOMALIGN
|
||||
BPBF
|
||||
bpmf
|
||||
@ -605,6 +606,7 @@ FZE
|
||||
gabime
|
||||
GAC
|
||||
gacutil
|
||||
Galaxi
|
||||
Gaeilge
|
||||
Gaidhlig
|
||||
GBarm
|
||||
@ -617,6 +619,7 @@ gcode
|
||||
gdi
|
||||
gdiplus
|
||||
GDISCALED
|
||||
GEmoji
|
||||
GETDESKWALLPAPER
|
||||
GETDLGCODE
|
||||
GETDPISCALEDSIZE
|
||||
@ -705,6 +708,7 @@ HKL
|
||||
HKLM
|
||||
HKPD
|
||||
HKU
|
||||
hlaueriksson
|
||||
HLOCAL
|
||||
HMD
|
||||
hmenu
|
||||
@ -1474,6 +1478,7 @@ ptc
|
||||
ptd
|
||||
PTOKEN
|
||||
PToy
|
||||
ptrun
|
||||
ptstr
|
||||
pui
|
||||
PULONG
|
||||
@ -1518,6 +1523,7 @@ RCtrl
|
||||
READMODE
|
||||
READOBJECTS
|
||||
READWRITE
|
||||
recents
|
||||
RECTDESTINATION
|
||||
RECTL
|
||||
rectp
|
||||
@ -1748,6 +1754,7 @@ SIZENWSE
|
||||
sizeread
|
||||
SIZEWE
|
||||
SKIPOWNPROCESS
|
||||
skttl
|
||||
sku
|
||||
SLGP
|
||||
sln
|
||||
@ -1881,6 +1888,7 @@ taskbar
|
||||
taskkill
|
||||
tasklist
|
||||
taskschd
|
||||
TBM
|
||||
tchar
|
||||
Tcollab
|
||||
tcp
|
||||
@ -2234,12 +2242,14 @@ XStr
|
||||
XUP
|
||||
XVIRTUALSCREEN
|
||||
YAxis
|
||||
ycv
|
||||
Yeet
|
||||
YIncrement
|
||||
yinle
|
||||
yinwang
|
||||
yinyue
|
||||
YOffset
|
||||
Youdao
|
||||
YPels
|
||||
YResolution
|
||||
YStr
|
||||
|
@ -76,6 +76,10 @@ winget install --scope machine Microsoft.PowerToys -s winget
|
||||
|
||||
There are [community driven install methods](./doc/unofficialInstallMethods.md) such as Chocolatey and Scoop. If these are your preferred install solutions, you can find the install instructions there.
|
||||
|
||||
## Third-Party Run Plugins
|
||||
|
||||
Collection of [third-party plugins](./doc/thirdPartyRunPlugins.md) created by the community that aren't distributed with PowerToys.
|
||||
|
||||
## Contributing
|
||||
|
||||
This project welcomes contributions of all types. Help spec'ing, design, documentation, finding bugs are ways everyone can help on top of coding features / bug fixes. We are excited to work with the power user community to build a set of tools for helping you get the most out of Windows.
|
||||
|
35
doc/thirdPartyRunPlugins.md
Normal file
35
doc/thirdPartyRunPlugins.md
Normal file
@ -0,0 +1,35 @@
|
||||
# Third-Party plugins for PowerToy Run
|
||||
|
||||
This is a collection of third-party plugins for PowerToys Run created by the community.
|
||||
|
||||
## Installing and upgrading third-party PowerToys Run plugins
|
||||
|
||||
The recommended path for the plugins is `%LOCALAPPDATA%\Microsoft\PowerToys\PowerToys Run\Plugins`.
|
||||
|
||||
1. Close PowerToys.
|
||||
1. Copy the plugin folder to `%LOCALAPPDATA%\Microsoft\PowerToys\PowerToys Run\Plugins`.
|
||||
1. If you're upgrading a plugin, delete the previous version.
|
||||
1. Open PowerToys.
|
||||
|
||||
Refer to plugin instruction for more details.
|
||||
|
||||
## Disclaimer
|
||||
|
||||
The following plugins are created and maintained by third-party and not officially supported or recognized by Microsoft.
|
||||
Users install and use these plugins at their own risk, and Microsoft takes no responsibility for their functionality or any potential issues they may cause.
|
||||
Contact the developers of a plugin directly for assistance with a specific plugin.
|
||||
|
||||
## Plugins
|
||||
|
||||
| Plugin | Author | Description |
|
||||
| ------ | ------ | ----------- |
|
||||
| [BrowserSearch](https://github.com/TBM13/BrowserSearch) | [TBM13](https://github.com/TBM13) | Search your browser history |
|
||||
| [Edge Favorite](https://github.com/davidegiacometti/PowerToys-Run-EdgeFavorite) | [davidegiacometti](https://github.com/davidegiacometti) | Open Microsoft Edge favorites |
|
||||
| [Everything](https://github.com/lin-ycv/EverythingPowerToys) | [Yu Chieh (Victor) Lin](https://github.com/Lin-ycv) | Get search results from Everything |
|
||||
| [GitHub Emoji](https://github.com/hlaueriksson/GEmojiSharp) | [hlaueriksson](https://github.com/hlaueriksson) | Search GitHub Emoji |
|
||||
| [GitKraken](https://github.com/davidegiacometti/PowerToys-Run-GitKraken) | [davidegiacometti](https://github.com/davidegiacometti) | Open GitKraken repositories |
|
||||
| [Guid](https://github.com/skttl/ptrun-guid) | [skttl](https://github.com/skttl) | Guid generator |
|
||||
| [PowerTranslator](https://github.com/N0I0C0K/PowerTranslator) | [N0I0C0K](https://github.com/N0I0C0K) | Text translator based on Youdao |
|
||||
| [Quick Lookup](https://github.com/GTGalaxi/quick-lookup-ptrun) | [gtgalaxi](https://github.com/GTGalaxi) | Search across multiple cyber security tools |
|
||||
| [Visual Studio](https://github.com/davidegiacometti/PowerToys-Run-VisualStudio) | [davidegiacometti](https://github.com/davidegiacometti) | Open Visual Studio recents |
|
||||
| [WinGet](https://github.com/bostrot/PowerToysRunPluginWinget) | [bostrot](https://github.com/bostrot) | Search and install packages from WinGet |
|
@ -269,10 +269,17 @@
|
||||
</InfoBar.ActionButton>
|
||||
</InfoBar>
|
||||
|
||||
<labs:SettingsCard
|
||||
x:Uid="Run_PluginUseDescription"
|
||||
HeaderIcon="{ui:FontIcon FontFamily={StaticResource SymbolThemeFontFamily},
|
||||
Glyph=}">
|
||||
<labs:SettingsCard
|
||||
x:Uid="Run_PluginUse"
|
||||
HeaderIcon="{ui:FontIcon FontFamily={StaticResource SymbolThemeFontFamily}, Glyph=}">
|
||||
<labs:SettingsCard.Description>
|
||||
<StackPanel>
|
||||
<TextBlock x:Uid="Run_PluginUseDescription" />
|
||||
<HyperlinkButton
|
||||
x:Uid="Run_PluginUseFindMorePlugins"
|
||||
NavigateUri="https://aka.ms/powerToysRunPlugins" />
|
||||
</StackPanel>
|
||||
</labs:SettingsCard.Description>
|
||||
<AutoSuggestBox
|
||||
x:Uid="PowerLauncher_SearchList"
|
||||
MinWidth="{StaticResource SettingActionControlMinWidth}"
|
||||
@ -477,6 +484,9 @@
|
||||
<controls:PageLink
|
||||
x:Uid="LearnMore_Run"
|
||||
Link="https://aka.ms/PowerToysOverview_PowerToysRun" />
|
||||
<controls:PageLink
|
||||
x:Uid="Run_FindMorePlugins"
|
||||
Link="https://aka.ms/powerToysRunPlugins" />
|
||||
</controls:SettingsPageControl.PrimaryLinks>
|
||||
<controls:SettingsPageControl.SecondaryLinks>
|
||||
<controls:PageLink
|
||||
|
@ -1853,10 +1853,10 @@ Made with 💗 by Microsoft and the PowerToys community.</value>
|
||||
<data name="Run_AllPluginsDisabled.Message" xml:space="preserve">
|
||||
<value>Enable at least one plugin to get started</value>
|
||||
</data>
|
||||
<data name="Run_PluginUseDescription.Header" xml:space="preserve">
|
||||
<data name="Run_PluginUse.Header" xml:space="preserve">
|
||||
<value>Plugins</value>
|
||||
</data>
|
||||
<data name="Run_PluginUseDescription.Description" xml:space="preserve">
|
||||
<data name="Run_PluginUseDescription.Text" xml:space="preserve">
|
||||
<value>Include or remove plugins from the global results, change the direct activation phrase and configure additional options</value>
|
||||
</data>
|
||||
<data name="Run_PositionAppearance_GroupSettings.Header" xml:space="preserve">
|
||||
@ -3593,4 +3593,10 @@ Activate by holding the key for the character you want to add an accent to, then
|
||||
<data name="MouseUtils_MousePointerCrosshairs_CrosshairsAutoHide.Content" xml:space="preserve">
|
||||
<value>Automatically hide crosshairs when the mouse pointer is hidden</value>
|
||||
</data>
|
||||
</root>
|
||||
<data name="Run_FindMorePlugins.Text" xml:space="preserve">
|
||||
<value>Find more plugins</value>
|
||||
</data>
|
||||
<data name="Run_PluginUseFindMorePlugins.Content" xml:space="preserve">
|
||||
<value>Find more plugins</value>
|
||||
</data>
|
||||
</root>
|
Loading…
x
Reference in New Issue
Block a user