Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seayxu/bfr
批量文件重命名
https://github.com/seayxu/bfr
Last synced: about 7 hours ago
JSON representation
批量文件重命名
- Host: GitHub
- URL: https://github.com/seayxu/bfr
- Owner: seayxu
- License: mit
- Created: 2016-04-01T15:55:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-05T17:01:18.000Z (almost 8 years ago)
- Last Synced: 2023-02-28T21:41:17.803Z (over 1 year ago)
- Language: C#
- Size: 41 KB
- Stars: 21
- Watchers: 3
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BFR(Batch File Rename)
批量文件重命名工具# 开发环境
Windows 10 + Visual Studio 2013 + .NetFramework 2.0
# 功能
* 批量替换文件名中内容
* 按序号批量重命名
* 扩展名字母大小写转换
* 修改文件的创建时间和访问时间# Notes
## 2017.01.06(v1.2.0)
* 修改重命名序号位数bug---
## 2016.04.03(v1.1.0)
* 修改备份bug
* 新增扩展名字母大小写转换
* 新增修改文件的创建时间和访问时间---
## 2016.04.02(v1.0.0)
* 新增批量替换文件名中内容
* 新增按序号批量重命名
* 版本生成# 协议
[MIT License](https://github.com/SeayXu/BFR/blob/master/LICENSE)
*如有问题,欢迎指出*