mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
chore: avoid extracting software package files (fallback to xdg-open)
This commit is contained in:
parent
461ae941b6
commit
70997fb825
1 changed files with 0 additions and 4 deletions
|
|
@ -69,11 +69,7 @@ rules = [
|
||||||
# Archive
|
# Archive
|
||||||
{ mime = "application/{zip,rar,tar,gzip,xz,zstd,bzip*,lzma,compress,compressed,archive,cpio,arj,deflate,xar}", use = [ "extract", "reveal" ] },
|
{ mime = "application/{zip,rar,tar,gzip,xz,zstd,bzip*,lzma,compress,compressed,archive,cpio,arj,deflate,xar}", use = [ "extract", "reveal" ] },
|
||||||
{ mime = "application/{zip,rar,7z,gzip,arj}-compressed", use = [ "extract", "reveal" ] },
|
{ mime = "application/{zip,rar,7z,gzip,arj}-compressed", use = [ "extract", "reveal" ] },
|
||||||
{ mime = "application/{debian-package,redhat-package-manager,rpm}", use = [ "extract", "reveal" ] },
|
|
||||||
{ mime = "application/vnd.debian.binary-package", use = [ "extract", "reveal" ] },
|
|
||||||
{ mime = "application/vnd.android.package-archive", use = [ "extract", "reveal" ] },
|
|
||||||
{ mime = "application/vnd.ms-cab-compressed", use = [ "extract", "reveal" ] },
|
{ mime = "application/vnd.ms-cab-compressed", use = [ "extract", "reveal" ] },
|
||||||
{ name = "*.{AppImage,appimage}", use = [ "extract", "reveal" ] },
|
|
||||||
# JSON
|
# JSON
|
||||||
{ mime = "application/{json,ndjson}", use = [ "edit", "reveal" ] },
|
{ mime = "application/{json,ndjson}", use = [ "edit", "reveal" ] },
|
||||||
{ mime = "*/javascript", use = [ "edit", "reveal" ] },
|
{ mime = "*/javascript", use = [ "edit", "reveal" ] },
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue