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

贡献者指南