29
29
# - retext https://github.com/retext-project/retext
30
30
# - sqlite3 https://www.sqlite.org/index.html
31
31
# - ss https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
32
- # - subl https://www.sublimetext.com/
33
32
# - transmission-remote-gtk https://github.com/transmission-remote-gtk/transmission-remote-gtk
34
33
# - transmission-show https://transmissionbt.com/
35
34
# - tree http://mama.indstate.edu/users/ice/tree/
@@ -67,7 +66,7 @@ mimes = [
67
66
"application/zip"
68
67
]
69
68
# bsdtar can decompress transparently
70
- extensions = ["tar.bz2", "tar.gz", "tar.xz", "tar.zst"]
69
+ extensions = ["iso", " tar.bz2", "tar.gz", "tar.xz", "tar.zst"]
71
70
72
71
[filetype.audio]
73
72
mimes = ["audio"]
@@ -83,6 +82,7 @@ mimes = ["application/x-bzip2"]
83
82
mimes = ["application/pkix-cert"]
84
83
85
84
[filetype.deb]
85
+ extensions = ["deb"]
86
86
mimes = ["application/vnd.debian.binary-package"]
87
87
88
88
[filetype.directory]
@@ -162,7 +162,7 @@ mimes = ["application/x-bittorrent"]
162
162
163
163
[filetype.video]
164
164
mimes = ["video", "application/vnd.ms-asf", "application/x-matroska", "application/x-riff"]
165
- extensions = ["avi", "ogv"]
165
+ extensions = ["avi", "mp4", " ogv"]
166
166
167
167
[filetype.xsv]
168
168
extensions = ["csv", "tsv"]
@@ -363,7 +363,7 @@ no_pipe = true
363
363
command = "bat -P --color=always -n --terminal-width %c -r :%l %i"
364
364
365
365
[handler_open.text]
366
- command = "subl %i"
366
+ command = "bat --paging always --color=always -n --terminal-width %c %i"
367
367
368
368
[handler_preview.torrent]
369
369
command = "transmission-show -- %i"
0 commit comments