Skip to content

Commit

Permalink
Update features: Batch Conversion, File Processing, Custom Rules.
Browse files Browse the repository at this point in the history
- Added support for batch variable name conversion.
- Implemented batch conversion of variable names in files.
- Enabled users to define custom conversion rules.
  • Loading branch information
八尺 committed May 9, 2024
1 parent 68f4c14 commit ce027b7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ In the example above:
1. **Support for Multiple Naming Conventions:**
- Add support for other naming conventions such as SCREAMING_SNAKE_CASE.

2. **Batch Conversion Feature:** [x]
- Allow users to convert multiple variable names at once.
2. **Batch Conversion Feature:**
- [x] Allow users to convert multiple variable names at once.

3. **Interactive Mode:**
- Create an interactive command-line interface for a more intuitive user experience.

4. **File Processing Feature:** [x]
- Support batch conversion of variable names in files.
4. **File Processing Feature:**
- [x] Support batch conversion of variable names in files.

5. **Custom Rules:**
- Enable users to define custom conversion rules.
Expand Down
11 changes: 6 additions & 5 deletions REAEME-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ fn main() {
1. **支持多种命名约定:**
- 添加对其他命名约定(如 SCREAMING_SNAKE_CASE)的支持。

2. **批量转换功能:**[x]
- 允许用户一次转换多个变量名。
2. **批量转换功能:**
- [x] 允许用户一次转换多个变量名。

3. **交互模式:**
- 创建交互式命令行界面,提供更直观的用户体验。

4. **文件处理功能:**[x]
- 支持对文件中变量名的批量转换。
4. **文件处理功能:**
- [x] 支持对文件中变量名的批量转换。

5. **自定义规则:**
- 允许用户定义自定义转换规则。
Expand All @@ -77,4 +77,5 @@ fn main() {

## 许可证

本项目根据 MIT 许可证授权 - 有关详细信息,请参阅 [LICENSE](https://opensource.org/license/MIT) 文件。
本项目根据 MIT 许可证授权 - 有关详细信息,请参阅 [LICENSE](https://opensource.org/license/MIT) 文件。

0 comments on commit ce027b7

Please sign in to comment.