removed ssh stuff
This commit is contained in:
parent
f58e511ddc
commit
9eec061213
9 changed files with 24 additions and 17 deletions
|
|
@ -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" ] },
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue