[App Sharing] 用Flutter写的Exif的日期信息重命名工具
Tofloor
poster avatar
colatea
deepin
2021-08-25 03:50
Author

根据JPG文件的exif信息里的时间来重命名文件

基于Flutter开发,仿照windows软件RenameXif

## 功能

1. 支持目录和多文件导入

2. 支持旧文件和新文件排序

3. 选择多种时间格式

4. 支持增加文件前缀

5. 支持查看并把EXIF信息导出到剪切板

6. 支持导入多个后移除文件功能

7. 支持黑暗模式

打包了windows和linux(appimage)2个版本,下载地址:https://gitee.com/colatea/renamexif/releases/v1.0.0

 

代码已开源托管在 https://gitee.com/colatea/renamexif

 

欢迎大家使用,提意见,提需求   顺手点个小星星,谢谢

 

黑暗模式

黑暗模式


 

Light模式

亮色

 

 

 

Reply Favorite View the author
All Replies
avatar
colatea
deepin
2021-08-26 00:41
#1

我的帖子哪里不符合规范,被编辑???

Reply View the author
avatar
DebuggerX
deepin
2021-08-26 01:06
#2

支持一下Flutter

Reply View the author
avatar
JesseyLawson
deepin
2021-08-26 02:24
#3

Reply View the author
avatar
陈大大哦了
deepin
2021-09-23 07:13
#4

大神好, 请问你是怎么打包成 appimage 的, flutter desktop 怎么可以打包成 appimage, 你是用 hover 打包的二进制文件, 然后一些配置文件转为 appimage 的吗, 在你的项目中我没有看到编译脚本

求解啊

Reply View the author
avatar
陈大大哦了
deepin
2021-09-23 07:15
#5
陈大大哦了

大神好, 请问你是怎么打包成 appimage 的, flutter desktop 怎么可以打包成 appimage, 你是用 hover 打包的二进制文件, 然后一些配置文件转为 appimage 的吗, 在你的项目中我没有看到编译脚本

求解啊

hover.yml 配置文件生成的吗

application-name: "RenameXif" # Uncomment to modify this value.
executable-name: "rename_exif" # Uncomment to modify this value. Only lowercase a-z, numbers, underscores and no spaces
package-name: "RenameXif" # Uncomment to modify this value. Only lowercase a-z, numbers and no underscores or spaces
organization-name: "com.renameexif"
license: "" # MANDATORY: Fill in your SPDX license name: https://spdx.org/licenses
target: lib/main_desktop.dart
# opengl: "none" # Uncomment this line if you have trouble with your OpenGL driver (https://github.com/go-flutter-desktop/go-flutter/issues/272)
docker: false
engine-version: "" # change to a engine version commit
Reply View the author
avatar
JesseyLawson
deepin
2022-09-17 23:47
#6

今天试了一下,你的软件在deepin 20.7和win10、Win7下都用不起。deepin是appimage不能运行,Win下是缺少dll文件。

Reply View the author