-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
154 lines (154 loc) · 4.47 KB
/
config.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
{
"source-dir": "path/to/source_directory",
"target-dir": "path/to/destination_directory",
"dest-folders": {
"audio": "path/to/destination_folder",
"compressed": "path/to/destination_folder",
"disc": "path/to/destination_folder",
"data": "path/to/destination_folder",
"executable": "path/to/destination_folder",
"font": "path/to/destination_folder",
"image": "path/to/destination_folder",
"powerpoint": "path/to/destination_folder",
"programming": "path/to/destination_folder",
"spreadsheet": "path/to/destination_folder",
"system": "path/to/destination_folder",
"video": "path/to/destination_folder",
"text": "path/to/destination_folder",
"misc": "path/to/destination_folder"
},
"file-extension": {
".aif": "audio",
".cda": "audio",
".aac": "audio",
".mid": "audio",
".midi": "audio",
".mp3": "audio",
".mpa": "audio",
".ogg": "audio",
".wav": "audio",
".wma": "audio",
".wpl": "audio",
".7z": "compressed",
".arj": "compressed",
".deb": "compressed",
".pkg": "compressed",
".rar": "compressed",
".rpm": "compressed",
".tar": "compressed",
".gz": "compressed",
".zip": "compressed",
".dmg": "disc",
".iso": "disc",
".toast": "disc",
".vcd": "disc",
".csv": "data",
".dat": "data",
".db": "data",
".dbf": "data",
".log": "data",
".mdb": "data",
".sav": "data",
".sql": "data",
".xml": "data",
".apk": "executable",
".ova": "executable",
".vsix": "executable",
".bat": "executable",
".bin": "executable",
".com": "executable",
".exe": "executable",
".gadget": "executable",
".jar": "executable",
".wsf": "executable",
".fnt": "font",
".fon": "font",
".otf": "font",
".ttf": "font",
".ai": "image",
".bmp": "image",
".gif": "image",
".ico": "image",
".jpeg": "image",
".jpg": "image",
".png": "image",
".ps": "image",
".psd": "image",
".svg": "image",
".tif": "image",
".tiff": "image",
".webp": "image",
".key": "powerpoint",
".odp": "powerpoint",
".pps": "powerpoint",
".ppt": "powerpoint",
".pptx": "powerpoint",
".asm": "programming",
".c": "programming",
".cgi": "programming",
".pl": "programming",
".class": "programming",
".cpp": "programming",
".cs": "programming",
".h": "programming",
".java": "programming",
".php": "programming",
".py": "programming",
".ipynb": "programming",
".sh": "programming",
".swift": "programming",
".vb": "programming",
".asp": "programming",
".aspx": "programming",
".css": "programming",
".htm": "programming",
".html": "programming",
".js": "programming",
".jsp": "programming",
".xhtml": "programming",
".pkt": "programming",
".ods": "spreadsheet",
".xls": "spreadsheet",
".xlsm": "spreadsheet",
".xlsx": "spreadsheet",
".bak": "system",
".cab": "system",
".cfg": "system",
".cpl": "system",
".cur": "system",
".dll": "system",
".dmp": "system",
".drv": "system",
".icns": "system",
".ini": "system",
".lnk": "system",
".msi": "system",
".sys": "system",
".tmp": "system",
".3g2": "video",
".3gp": "video",
".avi": "video",
".fl": "video",
".m4v": "video",
".mkv": "video",
".mov": "video",
".mp4": "video",
".mpg": "video",
".mpeg": "video",
".rm": "video",
".swf": "video",
".vob": "video",
".webm": "video",
".wmv": "video",
".doc": "text",
".docx": "text",
".odt": "text",
".pdf": "text",
".PDF": "text",
".dmd": "text",
".rtf": "text",
".tex": "text",
".txt": "text",
".wpd": "text"
}
}