From fdbe909f3c0507cdb8113e8be9fe32ad131be5b8 Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Sat, 26 Oct 2019 22:22:28 -0700 Subject: [PATCH] Add PowerRename entry --- src/modules/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/modules/README.md b/src/modules/README.md index 81e4979b02..84d022d02b 100644 --- a/src/modules/README.md +++ b/src/modules/README.md @@ -14,5 +14,8 @@ 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. +#### [`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. + #### [`shortcut_guide`](./shorcut_guide) The Windows Shortcut Guide, displayed when the WinKey is held for some time.