Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add example to append an extension for files that do not have an extension
  • Loading branch information
chrdavis committed Oct 31, 2019
1 parent 18d4dc7 commit 27c9a4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/powerrename/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27c9a4a

Please sign in to comment.