An open API service indexing awesome lists of open source software.

https://github.com/garthtb/renamer

文件高速批量重命名工具
https://github.com/garthtb/renamer

Last synced: 2 months ago
JSON representation

文件高速批量重命名工具

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

- 发布!