2019-09-04 18:26:26 +02:00
# PowerToys Modules
The source code of the PowerToys modules:
#### [`example_powertoy`](./example_powertoy)
An example PowerToy, that demonstrates how to create new ones.
#### [`fancyzones`](./fancyzones)
2019-09-25 20:06:44 -05:00
The FancyZones PowerToy that allows users to create custom zones on the screen, to which the windows will snap when moved.
2019-09-04 18:26:26 +02:00
2019-11-01 02:25:45 +09:00
#### [`FancyZonesEditor`](./fancyzones/editor/FancyZonesEditor)
2019-09-04 18:26:26 +02:00
Editor for the snap-zones of the FancyZones PowerToy.
#### [`interface`](./interface)
Definition of the interface used by the [`runner` ](/src/runner ) to manage the PowerToys. All PowerToys must implement this interface.
2019-10-26 22:22:28 -07:00
#### [`powerrename`](./powerrename)
PowerRename is a Windows Shell Context Menu Extension for advanced bulk renaming using simple search and replace or more powerful regular expression matching.
2019-11-01 02:25:45 +09:00
#### [`shortcut_guide`](./shortcut_guide)
2019-09-04 18:26:26 +02:00
The Windows Shortcut Guide, displayed when the WinKey is held for some time.