-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
152 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,17 @@ | ||
|
||
# 更新(元旦) | ||
# 更新(小寒) | ||
|
||
[更新下载](https://github.com/SaboZhang/EasyTidy/releases) | ||
|
||
- 优化:修改自动化页面展示方式(用户可自行切换为卡片展示或者列表形式) | ||
- 优化:屏幕较小的情况下dialog窗口内容无法显示全,并且无法进行上下滚动 | ||
- 优化:优化配置备份还原 | ||
- 修复:关闭窗口时,所有任务都会被停止的BUG | ||
- 修复:取消自动处理的关联时,仍然会自动执行的BUG | ||
- 优化:导航菜单显示 感谢@kat | ||
- 优化:增加“介于”“不介于”条件的使用描述 | ||
- 优化:源目录允许用户手动输入路径(可以是文件/文件夹) | ||
- 修复:某些情况下会发生间隔执行配置失败的问题 #56 | ||
- 禁用:加密功能需要优化,暂时不生效(下个版本恢复) | ||
|
||
**Full Changelog**: <https://github.com/SaboZhang/EasyTidy/compare/1.1.0.1226...1.1.1.0101> | ||
**网盘新增不包含winui跟.NET的版本,更新程序暂不支持更新不包含winui3AppSDK的版本** | ||
**网盘中**EasyTidy_1.1.2.0105_win-x64_Lite 版本需要自行安装WindowsAppSDK 跟 .NET8 运行时 | ||
|
||
**Full Changelog**: <https://github.com/SaboZhang/EasyTidy/compare/1.1.0.1226...1.1.2.0105> | ||
|
||
网盘下载:[123网盘](https://www.123684.com/s/hbzgTd-fmmt)|[蓝奏云(2025)](https://wwoo.lanzouu.com/b02u2ne0eh) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<p align="center"> | ||
<a href="https://github.com/SaboZhang/EasyTidy" target="_blank"> | ||
<img align="center" alt="EasyTidy" width="140" src="src/EasyTidy/Assets/icon.png" /> | ||
</a> | ||
</p> | ||
<p align="center"> | ||
<a href="https://github.com/SaboZhang/EasyTidy/blob/main/LICENSE" target="_self"></a> | ||
<h1 align="center">EasyTidy</h1> | ||
<p align="center">EasyTidy A simple file auto-classification tool makes it easy to create automatic workflows with files | ||
</p> | ||
|
||
[**English**](./README_EN.md) | **简体中文** | ||
|
||
EasyTidy is a powerful file management software. It can automatically process and organize files and folders, leaving your file system in an orderly manner. Features include: Powerful file filtering: You can filter files by file name, directory, size, date, attributes, content or regular expressions to accurately locate the files you need. Flexible execution mode: Supports manual operation and automatic execution. In terms of automatic execution, you can set a delay start, or you can execute it at fixed intervals, and you can also customize the execution cycle through the CRON expression to meet the file management needs in different scenarios. | ||
|
||
Technology used: C# .net8 winui3 implementation | ||
|
||
TODO: | ||
|
||
1.界面设计 | ||
|
||
- [x] 常规页面设计 | ||
- [x] 过滤器界面 + 列表界面 | ||
- [x] 任务编排界面 + 列表界面 | ||
- [x] 自动化界面 | ||
- [x] 设置页面 + 多语言切换 | ||
- [x] 错误验证 | ||
- [ ] 本地化 国际化(暂未完全实现) 目前支持 简体中文、繁体中文、英文、日语、法语 | ||
|
||
2.功能实现 | ||
|
||
- [x] 添加过滤器 | ||
- [x] 添加编排任务 + 筛选 | ||
- [x] 选择已有分组 | ||
- [x] 任务关联过滤器 | ||
- [x] 系统托盘图标功能 | ||
- [x] 根据配置执行对应操作 | ||
- [ ] 备份还原 本地+WebDav (进行中) 已完成本地、webdav备份 | ||
- [x] 规则示例 | ||
- [x] 筛选器 | ||
- [x] 按计划执行 | ||
- [x] 定时执行 | ||
|
||
3.后续计划 | ||
|
||
- [x] 增加解压操作 | ||
- [x] 增加文件WebDav备份 | ||
- [x] 前端界面显示Log | ||
- [ ] [#25](https://github.com/SaboZhang/EasyTidy/issues/25)相关问题 (已完成部分功能) | ||
- [x] 移除WinUICommunity相关依赖,作者已停止维护 | ||
- [ ] 文件加密 | ||
- [ ] 完善文档内容 | ||
- [ ] 想到再添加吧!!! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.