-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathplugs.json
89 lines (89 loc) · 3.01 KB
/
plugs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
[{
"name": "中午吃啥",
"explain": "每天中午随机告诉你吃什么",
"script_language": "Python",
"script_url": "https://raw.githubusercontent.com/yehux/Coot-Plugs/master/libs/WhatToEat/eat.py",
"version": "1.0",
"author": "Coot",
"github": "https://github.com/yehux/Coot-Plugs"
},
{
"name": "上班提醒",
"explain": "到点上班,提醒你上班",
"script_language": "Shell",
"script_url": "https://raw.githubusercontent.com/yehux/Coot-Plugs/master/libs/goToWork/run.sh",
"version": "1.0",
"author": "Coot",
"github": "https://github.com/yehux/Coot-Plugs"
},
{
"name": "下班提醒",
"explain": "到点下班,提醒你下班",
"script_language": "Shell",
"script_url": "https://raw.githubusercontent.com/yehux/Coot-Plugs/master/libs/goOffWork/run.sh",
"version": "1.0",
"author": "Coot",
"github": "https://github.com/yehux/Coot-Plugs"
},
{
"name": "喝水提醒",
"explain": "多喝水,体验健康人生",
"script_language": "Shell",
"script_url": "https://raw.githubusercontent.com/yehux/Coot-Plugs/master/libs/drinkWater/run.sh",
"version": "1.0",
"author": "Coot",
"github": "https://github.com/yehux/Coot-Plugs"
},
{
"name": "早安提醒",
"explain": "早上随机问好",
"script_language": "Shell",
"script_url": "https://raw.githubusercontent.com/yehux/Coot-Plugs/master/libs/GoodMorning/run.sh",
"version": "1.0",
"author": "Coot",
"github": "https://github.com/yehux/Coot-Plugs"
},
{
"name": "晚安提醒",
"explain": "到点了该睡觉了",
"script_language": "Shell",
"script_url": "https://raw.githubusercontent.com/yehux/Coot-Plugs/master/libs/GoodNight/run.sh",
"version": "1.0",
"author": "Coot",
"github": "https://github.com/yehux/Coot-Plugs"
},
{
"name": "生日提醒",
"explain": "提醒你重要的生日",
"script_language": "Shell",
"script_url": "https://raw.githubusercontent.com/yehux/Coot-Plugs/master/libs/Birthday/run.sh",
"version": "1.0",
"author": "Coot",
"github": "https://github.com/yehux/Coot-Plugs"
},{
"name": "日报提醒",
"explain": "提醒你该写日报了",
"script_language": "Shell",
"script_url": "https://raw.githubusercontent.com/yehux/Coot-Plugs/master/libs/goWriteDaily/run.sh",
"version": "1.0",
"author": "Coot",
"github": "https://github.com/yehux/Coot-Plugs"
},
{
"name": "周报提醒",
"explain": "提醒你改写周报了",
"script_language": "Shell",
"script_url": "https://raw.githubusercontent.com/yehux/Coot-Plugs/master/libs/goWriteWeekly/run.sh",
"version": "1.0",
"author": "Coot",
"github": "https://github.com/yehux/Coot-Plugs"
},
{
"name": "星座运势",
"explain": "推送今日星座运势",
"script_language": "Python",
"script_url": "https://raw.githubusercontent.com/yehux/Coot-Plugs/master/libs/getXzys/run.py",
"version": "1.0",
"author": "Coot",
"github": "https://github.com/yehux/Coot-Plugs"
}]