README.md 604 Bytes
Newer Older
wangkx1's avatar
wangkx1 committed
1
2
# Continue_Plan

wangkx1's avatar
wangkx1 committed
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
本工程主要目的是实现一个工具, 减少以往琐碎性工作。

设计:

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 


wangkaixiong's avatar
wangkaixiong committed
23
24
25
26
TODO:
1. pyinstaller 实现 exe;
2. server.py 同步增加 email 通知功能;
3. 实现服务端启动后,程序不终止,或者 notify 之后, 自动保留后台进展,直到完成任务;
wangkx1's avatar
wangkx1 committed
27