removed ssh stuff

This commit is contained in:
ManOfGoldForever 2026-02-27 12:42:44 -05:00
parent f58e511ddc
commit 9eec061213
9 changed files with 24 additions and 17 deletions

View file

@ -62,6 +62,9 @@ download = [
{ run = "ya emit download --open %S", desc = "Download and open" },
{ run = "ya emit download %S", desc = "Download" },
]
pdf = [
{ run = "zathura %s", desc = "Zathura", block = true },
]
[open]
rules = [
@ -82,6 +85,8 @@ rules = [
{ mime = "inode/empty", use = [ "edit", "reveal" ] },
# Virtual file system
{ mime = "vfs/{absent,stale}", use = "download" },
# PDF
{ mime = "application/pdf", use = [ "pdf" ], desc = "Open PDF" },
# Fallback
{ url = "*", use = [ "open", "reveal" ] },
]