forked from emacs-eaf/emacs-application-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
applications.json
226 lines (226 loc) · 6.56 KB
/
applications.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
{
"emacs-application-framework": {
"name": "EAF (Emacs Application Framework)",
"desc": "EAF core repo",
"type": "core",
"branch": "master",
"url": "https://github.com/emacs-eaf/emacs-application-framework.git",
"default_install": "true"
},
"browser": {
"name": "EAF Browser",
"desc": "A modern, customizable and extensible browser in Emacs",
"type": "app",
"branch": "master",
"url": "https://github.com/emacs-eaf/eaf-browser.git",
"default_install": "true"
},
"pdf-viewer": {
"name": "EAF PDF Viewer",
"desc": "Fastest PDF Viewer in Emacs",
"type": "app",
"branch": "master",
"url": "https://github.com/emacs-eaf/eaf-pdf-viewer.git",
"default_install": "true"
},
"music-player": {
"name": "EAF Music Player",
"desc": "Music player that supports playlist and audio visualization",
"type": "app",
"branch": "master",
"url": "https://github.com/emacs-eaf/eaf-music-player.git",
"default_install": "false"
},
"video-player": {
"name": "EAF Video Player",
"desc": "Video Player in Emacs",
"type": "app",
"branch": "master",
"url": "https://github.com/emacs-eaf/eaf-video-player.git",
"default_install": "false"
},
"js-video-player": {
"name": "EAF Video Player (JS)",
"desc": "Video Player in Emacs, build by Vue.js",
"type": "app",
"branch": "master",
"url": "https://github.com/emacs-eaf/eaf-js-video-player.git",
"default_install": "false"
},
"image-viewer": {
"name": "EAF Image Viewer",
"desc": "Dynanmic image viewer",
"type": "app",
"branch": "master",
"url": "https://github.com/emacs-eaf/eaf-image-viewer.git",
"default_install": "false"
},
"rss-reader": {
"name": "EAF RSS Reader",
"desc": "RSS Reader in Emacs",
"type": "app",
"branch": "master",
"url": "https://github.com/emacs-eaf/eaf-rss-reader.git",
"default_install": "false"
},
"terminal": {
"name": "EAF Terminal",
"desc": "Full-featured terminal in Emacs, pyqterminal is faster, please install pyqterminal",
"type": "app",
"branch": "master",
"url": "https://github.com/emacs-eaf/eaf-terminal.git",
"default_install": "false"
},
"markdown-previewer": {
"name": "EAF Markdown Previewer",
"desc": "Real-time Markdown previewer",
"type": "app",
"branch": "master",
"url": "https://github.com/emacs-eaf/eaf-markdown-previewer.git",
"default_install": "false"
},
"org-previewer": {
"name": "EAF Org Previewer",
"desc": "Real-time Org-mode previewer",
"type": "app",
"branch": "master",
"url": "https://github.com/emacs-eaf/eaf-org-previewer.git",
"default_install": "false"
},
"camera": {
"name": "EAF Camera",
"desc": "Camera in Emacs",
"type": "app",
"branch": "master",
"url": "https://github.com/emacs-eaf/eaf-camera.git",
"default_install": "false"
},
"git": {
"name": "EAF Git",
"desc": "Fully multi-threaded git client for Emacs",
"type": "app",
"branch": "master",
"url": "https://github.com/emacs-eaf/eaf-git.git",
"default_install": "false"
},
"file-manager": {
"name": "EAF File Manager",
"desc": "Fully multi-threaded replacement for dired-mode",
"type": "app",
"branch": "master",
"url": "https://github.com/emacs-eaf/eaf-file-manager.git",
"default_install": "false"
},
"mindmap": {
"name": "EAF Mindmap",
"desc": "Keyboard-driven Mindmap editor",
"type": "app",
"branch": "master",
"url": "https://github.com/emacs-eaf/eaf-mindmap.git",
"default_install": "false"
},
"netease-cloud-music": {
"name": "EAF NetEase Cloud Music",
"desc": "Play Netease Cloud Music from Emacs",
"type": "app",
"branch": "master",
"url": "https://github.com/emacs-eaf/eaf-netease-cloud-music.git",
"default_install": "false"
},
"system-monitor": {
"name": "EAF System Monitor",
"desc": "Simple system monitor tool",
"type": "app",
"branch": "master",
"url": "https://github.com/emacs-eaf/eaf-system-monitor.git",
"default_install": "false"
},
"file-browser": {
"name": "EAF File Browser",
"desc": "Browse computer files on your phone",
"type": "app",
"branch": "master",
"url": "https://github.com/emacs-eaf/eaf-file-browser.git",
"default_install": "false"
},
"file-sender": {
"name": "EAF File Sender",
"desc": "Share file between Emacs and mobile phone",
"type": "app",
"branch": "master",
"url": "https://github.com/emacs-eaf/eaf-file-sender.git",
"default_install": "false"
},
"airshare": {
"name": "EAF Airshare",
"desc": "Share text between Emacs and your phone",
"type": "app",
"branch": "master",
"url": "https://github.com/emacs-eaf/eaf-airshare.git",
"default_install": "false"
},
"jupyter": {
"name": "EAF Jupyter",
"desc": "Jupyter client",
"type": "app",
"branch": "master",
"url": "https://github.com/emacs-eaf/eaf-jupyter.git",
"default_install": "false"
},
"2048": {
"name": "EAF 2048",
"desc": "An 2048 game in Emacs",
"type": "app",
"branch": "master",
"url": "https://github.com/metaescape/2048pyqt6.git",
"default_install": "false"
},
"markmap": {
"name": "EAF markmap",
"desc": "Visualize your Markdown as mindmaps",
"type": "app",
"branch": "master",
"url": "https://github.com/emacs-eaf/eaf-markmap.git",
"default_install": "false"
},
"map": {
"name": "EAF Map",
"desc": "EAF OpenStreetMap application for EAF",
"type": "app",
"branch": "master",
"url": "https://github.com/emacs-eaf/eaf-map.git",
"default_install": "false"
},
"demo": {
"name": "EAF Demo",
"desc": "EAF app demo based on PyQt",
"type": "app",
"branch": "master",
"url": "https://github.com/emacs-eaf/eaf-demo.git",
"default_install": "false"
},
"vue-demo": {
"name": "EAF Vue Demo",
"desc": "EAF app demo base on Vue.js",
"type": "app",
"branch": "master",
"url": "https://github.com/emacs-eaf/eaf-vue-demo.git",
"default_install": "false"
},
"vue-tailwindcss": {
"name": "EAF Vue Tailwindcss Demo",
"desc": "EAF app tailwindcss demo base on Vue.js",
"type": "app",
"branch": "master",
"url": "https://github.com/emacs-eaf/eaf-vue-tailwindcss.git",
"default_install": "false"
},
"pyqterminal": {
"name": "EAF PyQterminal",
"desc": "A terminal written in PyQt6",
"type": "app",
"branch": "main",
"url": "https://github.com/mumu-lhl/eaf-pyqterminal.git",
"default_install": "false"
}
}