microsoft/PowerToys

[PowerRename] Allow Copy instead of Rename

Open

#885 opened on Dec 6, 2019

View on GitHub
 (1 comment) (7 reactions) (0 assignees)C# (7,978 forks)batch import
Help WantedIdea-EnhancementProduct-PowerRename

Repository metrics

Stars
 (133,154 stars)
PR merge metrics
 (Avg merge 14d 20h) (117 merged PRs in 30d)

Description

In PowerRename, how about add a checkbox option to "Copy file instead of renaming"

Without the option being checked, the file is renamed: file.txt is renamed to SomethingElse.txt and file.txt no longer exists

With the option checked, the file is copied: file.txt is copied to SomethingElse.txt and and file.txt still exists.

Every other aspect of PowerRename works in the same exact manner.

Contributor guide