# Continue_Plan 本工程主要目的是实现一个工具, 减少以往琐碎性工作。 设计: bash notify_attention.sh 脚本内容可能如下: 1. C++或者Python实现一个可执行文件; exe 2. exe init "task.path" 3. exe add "abc" 4. exe remove "abc" 5. exe cat task 5. exe notify "path" "time" 文件存在就通知邮件, 过期不存在酒; 6. exe update today 7. exe goodnight TODO: 1. pyinstaller 实现 exe; 2. server.py 同步增加 email 通知功能; 3. 实现服务端启动后,程序不终止,或者 notify 之后, 自动保留后台进展,直到完成任务;