summaryrefslogtreecommitdiffstats
path: root/config/mimetype.toml
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2022-09-11 09:50:09 -0400
committerJeff Zhao <jeff.no.zhao@gmail.com>2022-09-11 09:51:01 -0400
commitf117ddaccb996942774d9efee9c5807fe7272ded (patch)
tree21a0958d9502a149064ee99a2827c49d3d7294e2 /config/mimetype.toml
parent1908ff94b7e5f981a4254ca697056a299b2e6b51 (diff)
add mimetype support via file command
Diffstat (limited to 'config/mimetype.toml')
-rw-r--r--config/mimetype.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/mimetype.toml b/config/mimetype.toml
index dc4a437..dc7179a 100644
--- a/config/mimetype.toml
+++ b/config/mimetype.toml
@@ -181,3 +181,13 @@ tex.app_list = [
torrent.app_list = [
{ command = "transmission-gtk" } ]
+
+[mimetype]
+
+# text/*
+[mimetype.text]
+inherit = "text_default"
+
+# application/octet-stream
+[mimetype.application.subtype.octet-stream]
+inherit = "video_default"