Skip to content

Commit c9e90ba

Browse files
committed
add some more extensions to the file organizer
1 parent 2f61bcb commit c9e90ba

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: python-standard-library/extension-separator/extension_separator.py

+7
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,24 @@
1111
"ico": "images",
1212
"gif": "images",
1313
"svg": "images",
14+
"jfif": "images",
1415
"sql": "sql",
1516
"exe": "programs",
1617
"msi": "programs",
1718
"pdf": "pdf",
19+
"epub": "epub",
1820
"xlsx": "excel",
1921
"csv": "excel",
2022
"rar": "archive",
2123
"zip": "archive",
2224
"gz": "archive",
2325
"tar": "archive",
26+
"7z": "archive",
2427
"docx": "word",
2528
"torrent": "torrent",
2629
"txt": "text",
30+
"log": "text",
31+
"md": "text",
2732
"ipynb": "python",
2833
"py": "python",
2934
"pptx": "powerpoint",
@@ -34,10 +39,12 @@
3439
"m3u8": "video",
3540
"webm": "video",
3641
"ts": "video",
42+
"avi": "video",
3743
"json": "json",
3844
"css": "web",
3945
"js": "web",
4046
"html": "web",
47+
"webp": "web",
4148
"apk": "apk",
4249
"sqlite3": "sqlite3",
4350
}

0 commit comments

Comments
 (0)