microsoft/PowerToys

[PowerRename] Rename files based on external file list

Open

#3454 aperta il 21 mag 2020

Vedi su GitHub
 (4 commenti) (5 reazioni) (0 assegnatari)C# (7978 fork)batch import
Help WantedIdea-EnhancementProduct-PowerRename

Metriche repository

Star
 (133.154 star)
Metriche merge PR
 (Merge medio 14g 20h) (117 PR mergiate in 30 g)

Descrizione

Summary of the new feature/enhancement

Import external file list of new names that will be used on the current queue.

Some people just want to rename with a specific list of custom names, not following the Power Rename configuration tool that consider only sequencial names and strings. for example: I have a list of files that I export from a web based application. I'd like to keep the original name or change the name to original date of file, so I export the names to an external file list.

Proposed technical implementation details (optional)

Download files has a sequence to be list on file system. It depends of the timestamp applied when download was completed. When you load the files you want to PowerRename the list of files follow this rule. But to make it understandable to general users we need to adapt:

  1. Be able to reorder the file list queue
  2. Be able to reorder the new name file list
  3. Be able to load an external file to make new name list column
  4. Follow the system order list to make the origin file list (queue)

Import external file list making possible customize the name of bulk rename process.

Guida contributor