Skip to content

Commit b6095f9

Browse files
committed
Update index.md
1 parent 34f074f commit b6095f9

1 file changed

Lines changed: 60 additions & 80 deletions

File tree

hub/powertoys/index.md

Lines changed: 60 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -36,217 +36,197 @@ PowerToys is an open-source project. Visit GitHub to explore the codebase, repor
3636

3737
The currently available utilities include:
3838

39-
### Advanced Paste
40-
4139
:::row:::
4240
:::column:::
43-
[![A screenshot of the Advanced Paste PowerToys utility for Windows.](../images/pt-advanced-paste.png)](advanced-paste.md)
41+
![A screenshot of the Advanced Paste PowerToys utility for Windows.](../images/pt-advanced-paste.png)
4442
:::column-end:::
4543
:::column span="2":::
46-
[Advanced Paste](advanced-paste.md) is a tool that enables you to paste the text from your clipboard into any format needed. It can be enhanced with an AI-powered option that is 100% opt-in and requires an OpenAI key.
44+
**[Advanced Paste](advanced-paste.md)**<br><br>
45+
A tool that enables you to paste the text from your clipboard into any format needed. It can be enhanced with an AI-powered option that is 100% opt-in and requires an OpenAI key.
4746
:::column-end:::
4847
:::row-end:::
4948

50-
### Always On Top
51-
5249
:::row:::
5350
:::column:::
54-
[![A screenshot of the Always On Top PowerToys utility for Windows.](../images/pt-always-on-top-menu.png)](always-on-top.md)
51+
![A screenshot of the Always On Top PowerToys utility for Windows.](../images/pt-always-on-top-menu.png)
5552
:::column-end:::
5653
:::column span="2":::
57-
[Always On Top](always-on-top.md) enables you to pin windows above other windows with a quick key shortcut (<kbd>⊞ Win</kbd>+<kbd>Ctrl</kbd>+<kbd>T</kbd>).
54+
**[Always On Top](always-on-top.md)**<br><br>
55+
Enables you to pin windows above other windows with a quick key shortcut (<kbd>⊞ Win</kbd>+<kbd>Ctrl</kbd>+<kbd>T</kbd>).
5856
:::column-end:::
5957
:::row-end:::
6058

61-
### PowerToys Awake
62-
6359
:::row:::
6460
:::column:::
65-
[![A screenshot of the PowerToys Awake utility for Windows.](../images/powertoys-awake/pt-awake-menu.png)](awake.md)
61+
![A screenshot of the PowerToys Awake utility for Windows.](../images/powertoys-awake/pt-awake-menu.png)
6662
:::column-end:::
6763
:::column span="2":::
68-
[PowerToys Awake](awake.md) is designed to keep a computer awake without having to manage its power & sleep settings. This behavior can be helpful when running time-consuming tasks, ensuring that the computer doesn't go to sleep or turn off its displays.
64+
**[PowerToys Awake](awake.md)**<br><br>
65+
Designed to keep a computer awake without having to manage its power & sleep settings. This behavior can be helpful when running time-consuming tasks, ensuring that the computer doesn't go to sleep or turn off its displays.
6966
:::column-end:::
7067
:::row-end:::
7168

72-
### Color Picker
73-
7469
:::row:::
7570
:::column:::
76-
[![A screenshot of the Color Picker PowerToys utility for Windows.](../images/pt-color-picker.png)](color-picker.md)
71+
![A screenshot of the Color Picker PowerToys utility for Windows.](../images/pt-color-picker.png)
7772
:::column-end:::
7873
:::column span="2":::
79-
[Color Picker](color-picker.md) is a system-wide color picking utility activated with <kbd>⊞ Win</kbd>+<kbd>Shift</kbd>+<kbd>C</kbd>. It allows you to pick colors from anywhere on the screen, and the picker automatically copies the color to your clipboard in a specified format.
80-
Color Picker contains an editor that shows a history of previously picked colors and allows you to fine-tune the selected color and to copy different string representations. The code for this utility is based on [Martin Chrzan's Color Picker](https://github.com/martinchrzan/ColorPicker).
81-
:::column-end:::
74+
**[Color Picker](color-picker.md)**<br><br>
75+
A system-wide color picking utility activated with <kbd>⊞ Win</kbd>+<kbd>Shift</kbd>+<kbd>C</kbd>. It allows you to pick colors from anywhere on the screen, and the picker automatically copies the color to your clipboard in a specified format. Color Picker contains an editor that shows a history of previously picked colors and allows you to fine-tune the selected color and to copy different string representations. The code for this utility is based on [Martin Chrzan's Color Picker](https://github.com/martinchrzan/ColorPicker).
76+
:::column-end:::
8277
:::row-end:::
8378

84-
### Command Not Found
85-
8679
:::row:::
8780
:::column:::
88-
[![A screenshot of the Command Not Found PowerToys utility for Windows.](../images/pt-cmd-not-found.png)](cmd-not-found.md)
81+
![A screenshot of the Command Not Found PowerToys utility for Windows.](../images/pt-cmd-not-found.png)
8982
:::column-end:::
9083
:::column span="2":::
91-
[Command Not Found](cmd-not-found.md) is a PowerShell 7 module that detects an error thrown by a command and suggests a relevant WinGet package to install, if one is available.
92-
:::column-end:::
84+
**[Command Not Found](cmd-not-found.md)**<br><br>
85+
A PowerShell 7 module that detects an error thrown by a command and suggests a relevant WinGet package to install, if one is available.
86+
:::column-end:::
9387
:::row-end:::
9488

95-
### Command Palette
96-
9789
:::row:::
9890
:::column:::
99-
[![A screenshot of the Command Palette PowerToys utility for Windows.](../images/pt-cmdpal.png)](command-palette/overview.md)
91+
![A screenshot of the Command Palette PowerToys utility for Windows.](../images/pt-cmdpal.png)
10092
:::column-end:::
10193
:::column span="2":::
102-
[Command Palette](command-palette/overview.md) allows you to easily access all of your most frequently used commands, apps, and development tools - all from a single solution that is fast, customizable to your unique preferences, and extensible to include your favorite apps. The Command Palette is intended to be the successor of [PowerToys Run](run.md).
103-
:::column-end:::
94+
**[Command Palette](command-palette/overview.md)**<br><br>
95+
Allows you to easily access all of your most frequently used commands, apps, and development tools - all from a single solution that is fast, customizable to your unique preferences, and extensible to include your favorite apps. The Command Palette is intended to be the successor of [PowerToys Run](run.md).
96+
:::column-end:::
10497
:::row-end:::
10598

106-
### Crop And Lock
107-
10899
:::row:::
109100
:::column:::
110-
[![A screenshot of the Crop And Lock PowerToys utility for Windows.](../images/powertoys-crop-and-lock.png)](crop-and-lock.md)
101+
![A screenshot of the Crop And Lock PowerToys utility for Windows.](../images/powertoys-crop-and-lock.png)
111102
:::column-end:::
112103
:::column span="2":::
113-
[Crop And Lock](crop-and-lock.md) is a utility that creates a new, fully-interactive window that's a crop or a thumbnail of another window.
104+
**[Crop And Lock](crop-and-lock.md)**<br><br>
105+
A utility that creates a new, fully-interactive window that's a crop or a thumbnail of another window.
114106
:::column-end:::
115107
:::row-end:::
116108

117-
### Environment Variables
118-
119109
:::row:::
120110
:::column:::
121-
[![A screenshot of the Environment Variables PowerToys utility for Windows.](../images/powertoys-environment-variables.png)](environment-variables.md)
111+
![A screenshot of the Environment Variables PowerToys utility for Windows.](../images/powertoys-environment-variables.png)
122112
:::column-end:::
123113
:::column span="2":::
124-
[Environment Variables](environment-variables.md) offers an easy and convenient way to manage environment variables. You can create profiles to manage a set of variables together.
114+
**[Environment Variables](environment-variables.md)**<br><br>
115+
Offers an easy and convenient way to manage environment variables. You can create profiles to manage a set of variables together.
125116
:::column-end:::
126117
:::row-end:::
127118

128-
### FancyZones
129-
130119
:::row:::
131120
:::column:::
132-
[![A screenshot of the FancyZones PowerToys utility for Windows.](../images/pt-fancy-zones.png)](fancyzones.md)
121+
![A screenshot of the FancyZones PowerToys utility for Windows.](../images/pt-fancy-zones.png)
133122
:::column-end:::
134123
:::column span="2":::
135-
[FancyZones](fancyzones.md) is a window manager that makes it easy to create complex window layouts and quickly position windows into those layouts.
124+
**[FancyZones](fancyzones.md)**<br><br>
125+
A window manager that makes it easy to create complex window layouts and quickly position windows into those layouts.
136126
:::column-end:::
137127
:::row-end:::
138128

139-
### File Explorer add-ons
140-
141129
:::row:::
142130
:::column:::
143-
[![A screenshot of the PowerToys File Explorer add-ons for Windows.](../images/pt-file-explorer.png)](file-explorer.md)
131+
![A screenshot of the PowerToys File Explorer add-ons for Windows.](../images/pt-file-explorer.png)
144132
:::column-end:::
145133
:::column span="2":::
146-
[File Explorer add-ons](file-explorer.md) enable Preview pane and thumbnail rendering in File Explorer to display a variety of file types. To open the Preview pane, go to **View** in File Explorer and select **Preview Pane**.
134+
**[File Explorer add-ons](file-explorer.md)**<br><br>
135+
Enable Preview pane and thumbnail rendering in File Explorer to display a variety of file types. To open the Preview pane, go to **View** in File Explorer and select **Preview Pane**.
147136
:::column-end:::
148137
:::row-end:::
149138

150-
### File Locksmith
151-
152139
:::row:::
153140
:::column:::
154-
[![A screenshot of the File Locksmith PowerToys shell extension for Windows.](../images/powertoys-file-locksmith.png)](file-locksmith.md)
141+
![A screenshot of the File Locksmith PowerToys shell extension for Windows.](../images/powertoys-file-locksmith.png)
155142
:::column-end:::
156143
:::column span="2":::
157-
[File Locksmith](file-locksmith.md) is a Windows shell extension to check which files are in use and by which processes. Right-click on one or more selected files in File Explorer and select **Unlock with File Locksmith**.
144+
**[File Locksmith](file-locksmith.md)**<br><br>
145+
A Windows shell extension to check which files are in use and by which processes. Right-click on one or more selected files in File Explorer and select **Unlock with File Locksmith**.
158146
:::column-end:::
159147
:::row-end:::
160148

161-
### Hosts File Editor
162-
163149
:::row:::
164150
:::column:::
165-
[![A screenshot of the Hosts File Editor PowerToys utility for Windows.](../images/pt-hosts-file-editor-facade.png)](hosts-file-editor.md)
151+
![A screenshot of the Hosts File Editor PowerToys utility for Windows.](../images/pt-hosts-file-editor-facade.png)
166152
:::column-end:::
167153
:::column span="2":::
168-
[Hosts File Editor](hosts-file-editor.md) is a utility that provides a convenient way to edit the 'Hosts' file in Windows that contains domain names and matching IP addresses, acting as a map to identify and locate hosts on IP networks.
154+
**[Hosts File Editor](hosts-file-editor.md)**<br><br>
155+
A utility that provides a convenient way to edit the 'Hosts' file in Windows that contains domain names and matching IP addresses, acting as a map to identify and locate hosts on IP networks.
169156
:::column-end:::
170157
:::row-end:::
171158

172-
### Image Resizer
173-
174159
:::row:::
175160
:::column:::
176-
[![A screenshot of the PowerToys Image Resizer shell extension for Windows.](../images/pt-image-resizer.png)](image-resizer.md)
161+
![A screenshot of the PowerToys Image Resizer shell extension for Windows.](../images/pt-image-resizer.png)
177162
:::column-end:::
178163
:::column span="2":::
179-
[Image Resizer](image-resizer.md) is a Windows Shell extension for quickly resizing images. With a right-click in File Explorer, instantly resize one or many images. The code in this extension is based on [Brice Lambson's Image Resizer](https://github.com/bricelam/ImageResizer).
164+
**[Image Resizer](image-resizer.md)**<br><br>
165+
A Windows Shell extension for quickly resizing images. With a right-click in File Explorer, instantly resize one or many images. The code in this extension is based on [Brice Lambson's Image Resizer](https://github.com/bricelam/ImageResizer).
180166
:::column-end:::
181167
:::row-end:::
182168

183-
### Keyboard Manager
184-
185169
:::row:::
186170
:::column:::
187-
[![A screenshot of the Keyboard Manager PowerToys utility for Windows.](../images/pt-keyboard-manager.png)](keyboard-manager.md)
171+
![A screenshot of the Keyboard Manager PowerToys utility for Windows.](../images/pt-keyboard-manager.png)
188172
:::column-end:::
189173
:::column span="2":::
190-
[Keyboard Manager](keyboard-manager.md) allows you to customize the keyboard to be more productive by remapping keys and creating your own keyboard shortcuts.
174+
**[Keyboard Manager](keyboard-manager.md)**<br><br>
175+
Allows you to customize the keyboard to be more productive by remapping keys and creating your own keyboard shortcuts.
191176
:::column-end:::
192177
:::row-end:::
193178

194-
### Light Switch
195-
196179
:::row:::
197180
:::column:::
198-
[![A screenshot of the Light Switch PowerToys utility for Windows.](../images/pt-light-switch.png)](light-switch.md)
181+
![A screenshot of the Light Switch PowerToys utility for Windows.](../images/pt-light-switch.png)
199182
:::column-end:::
200183
:::column span="2":::
201-
[Light Switch](light-switch.md) allows you to automatically switch between light and dark themes in Windows based on the time of day.
184+
**[Light Switch](light-switch.md)**<br><br>
185+
Allows you to automatically switch between light and dark themes in Windows based on the time of day.
202186
:::column-end:::
203187
:::row-end:::
204188

205-
### Mouse utilities
206-
207189
:::row:::
208190
:::column:::
209-
[![A screenshot of the PowerToys Mouse utilities for Windows.](../images/pt-mouse-utils.png)](mouse-utilities.md)
191+
![A screenshot of the PowerToys Mouse utilities for Windows.](../images/pt-mouse-utils.png)
210192
:::column-end:::
211193
:::column span="2":::
212-
[Mouse utilities](mouse-utilities.md) add functionality to enhance your mouse and cursor.
194+
**[Mouse utilities](mouse-utilities.md)**<br><br>
195+
Add functionality to enhance your mouse and cursor.
213196
- **Find My Mouse**: Quickly locate your mouse pointer with a spotlight that focuses on its current position. This feature is based on source code developed by [Raymond Chen](https://github.com/oldnewthing).
214197
- **Mouse Highlighter**: Displays visual indicators when basic mouse buttons are clicked.
215198
- **Mouse Jump**: Allows a quick jump on large displays.
216199
- **Mouse Pointer Crosshairs**: Draws crosshairs centered on the mouse pointer.
217200
:::column-end:::
218201
:::row-end:::
219202

220-
### Mouse Without Borders
221-
222203
:::row:::
223204
:::column:::
224-
[![A screenshot of the Mouse without Borders PowerToys utility for Windows.](../images/pt-mouse-without-borders.png)](mouse-without-borders.md)
205+
![A screenshot of the Mouse without Borders PowerToys utility for Windows.](../images/pt-mouse-without-borders.png)
225206
:::column-end:::
226207
:::column span="2":::
227-
Use [Mouse Without Borders](mouse-without-borders.md) to interact with multiple computers from the same keyboard and mouse, while seamlessly sharing clipboard contents and files between the machines.
208+
**[Mouse Without Borders](mouse-without-borders.md)**<br><br>
209+
Interact with multiple computers from the same keyboard and mouse, while seamlessly sharing clipboard contents and files between the machines.
228210
:::column-end:::
229211
:::row-end:::
230212

231-
### New+
232-
233213
:::row:::
234214
:::column:::
235-
[![A screenshot of the New+ PowerToys utility for Windows.](../images/pt-newplus.png)](newplus.md)
215+
![A screenshot of the New+ PowerToys utility for Windows.](../images/pt-newplus.png)
236216
:::column-end:::
237217
:::column span="2":::
238-
[New+](newplus.md) enables you to create files and folders from a personalized set of templates in File Explorer.
218+
**[New+](newplus.md)**<br><br>
219+
Enables you to create files and folders from a personalized set of templates in File Explorer.
239220
:::column-end:::
240221
:::row-end:::
241222

242-
### Peek
243-
244223
:::row:::
245224
:::column:::
246-
[![A screenshot of the Peek PowerToys utility for Windows.](../images/powertoys-peek.png)](peek.md)
225+
![A screenshot of the Peek PowerToys utility for Windows.](../images/powertoys-peek.png)
247226
:::column-end:::
248227
:::column span="2":::
249-
[Peek](peek.md) allows you to preview file content without the need to open multiple applications or interrupt your workflow. You can simply select a file and use the shortcut (<kbd>Ctrl</kbd>+<kbd>Space</kbd>).
228+
**[Peek](peek.md)**<br><br>
229+
Allows you to preview file content without the need to open multiple applications or interrupt your workflow. You can simply select a file and use the shortcut (<kbd>Ctrl</kbd>+<kbd>Space</kbd>).
250230
:::column-end:::
251231
:::row-end:::
252232

0 commit comments

Comments
 (0)