https://github.com/garthtb/renamer
文件高速批量重命名工具
https://github.com/garthtb/renamer
Last synced: 2 months ago
JSON representation
文件高速批量重命名工具
- Host: GitHub
- URL: https://github.com/garthtb/renamer
- Owner: GarthTB
- License: agpl-3.0
- Created: 2024-08-25T21:05:14.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-11-10T06:18:13.000Z (6 months ago)
- Last Synced: 2025-01-22T08:17:22.908Z (4 months ago)
- Language: C#
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 文件批量重命名工具
## 环境依赖
- [.NET 8.0运行时](https://dotnet.microsoft.com/zh-cn/download/dotnet/8.0)
## 功能清单
对于一个指定文件夹中的指定文件:
- 按特定模式递推编号来重命名
- 在文件名中查找并替换特定字符串## 版本日志
### [0.1.2] - 2024-08-27
- 优化:执行重命名前筛除无效文件
### [0.1.1] - 2024-08-26
- 修正:误判是否需要重命名
### [0.1.0] - 2024-08-26
- 发布!