Skip to content

Commit

Permalink
📝 Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgnefz committed Sep 19, 2024
1 parent 663712d commit edebb79
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 5 deletions.
12 changes: 11 additions & 1 deletion README-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,21 @@ The original intention of software development was to batch rename images, so th

# New Feature

## Filter files by extension

![15](doc/15.gif)

## Generate operation log files in OPLOG format

The generated log file is located in the Documents folder under Users on the C drive.

![02](doc/02.png)

## Upload CSV file renaming

*Note: Currently unable to recognize Korean, Tibetan, or other text in CSV files (can recognize Japanese)*

Click the button in the bottom right corner to upload a CSV file, only the values in the first two columns of the CSV file will be read
Click the button in the lower right corner to upload a CSV file (only the first two columns of the CSV file will be read), or a TXT file with “,” separating the old and new names, or an OPLOG log file generated by OncePower (which can be used to revert back to the original name).

![14](doc/14.gif)

Expand Down
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,21 @@ OncePower 是一个文件和文件夹批量重命名工具,额外添加了批

# 新功能

## 根据扩展名过滤文件

![15](doc/15.gif)

## 生成 OPLOG 格式的操作日志文件

生成的日志文件在 C 盘用户下的 文档(Documents)文件夹下。

![02](doc/02.png)

## 上传 CSV 文件重命名

*注:暂时无法识别 CSV 文件中的韩语、藏语或其他文字(可以识别日语)。*

点击右下角按钮即可上传 CSV 文件只会读取 CSV 文件前两列的值
点击右下角按钮即可上传 CSV 文件只会读取 CSV 文件前两列的值),或者使用 "," 分隔新旧名称的 TXT 文件,或者 OncePower 生成的 OPLOG 日志文件(可以用来恢复为原名称)。

![14](doc/14.gif)

Expand Down
Binary file added doc/02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/15.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -298,10 +298,10 @@ packages:
dependency: "direct main"
description:
name: desktop_drop
sha256: d55a010fe46c8e8fcff4ea4b451a9ff84a162217bdb3b2a0aa1479776205e15d
sha256: "03abf1c0443afdd1d65cf8fa589a2f01c67a11da56bbb06f6ea1de79d5628e94"
url: "https://pub.flutter-io.cn"
source: hosted
version: "0.4.4"
version: "0.5.0"
dio:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies:
package_info_plus: ^8.0.2
url_launcher: ^6.3.0
dio: ^5.7.0
desktop_drop: ^0.4.4
desktop_drop: ^0.5.0
cross_file: any
flutter_launcher_icons: ^0.13.1
exif: ^3.3.0
Expand Down

0 comments on commit edebb79

Please sign in to comment.