From 27c9a4a6a98e1585acf59f3aec92bb53401452a1 Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Thu, 31 Oct 2019 11:05:23 -0700 Subject: [PATCH] Update README.md Add example to append an extension for files that do not have an extension --- src/modules/powerrename/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/powerrename/README.md b/src/modules/powerrename/README.md index db6e4ffb8c..ff990d7288 100644 --- a/src/modules/powerrename/README.md +++ b/src/modules/powerrename/README.md @@ -75,6 +75,7 @@ Matching and variable examples: | ---------- | ------------- |--------------------------------------------| | (.\*).png | foo\_$1.png | Prepends "foo\_" to the existing file name | | (.\*).png | $1\_foo.png | Appends "\_foo" to the existing file name | +| (.\*) | $1.txt | Appends ".txt" extension to existing file name | ### External Help