mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
Update README.md
Add example to append an extension for files that do not have an extension
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user