microsoft/PowerToys

[PowerRename] invoke via command prompt

Open

#4,390 建立於 2020年6月18日

在 GitHub 查看
 (2 留言) (9 反應) (0 負責人)C# (7,978 fork)batch import
Help WantedIdea-EnhancementProduct-PowerRename

倉庫指標

Star
 (133,154 star)
PR 合併指標
 (平均合併 14天 20小時) (30 天內合併 117 個 PR)

描述

another use-case (that interests me) is to rename downloaded file names using regEx with PowerRenamer,

i have files with the pattern: S1E12 or S1E4 inside the name,

i have to run the tool twice in order to replace all files, once for the single digit names (and pad them with leading zero), and a second time for double digits names,

so a command-line interface to be able to run a rename command with the parameter twice from a single batch would do the trick

Originally posted by @shaybc in https://github.com/microsoft/PowerToys/issues/3301#issuecomment-636284182

貢獻者指南