✨ feat(yazi): new plugin: compress.yazi
compress files
This commit is contained in:
parent
9b2afcf727
commit
acf72d2bfa
2 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,10 @@ prepend_keymap = [
|
|||
{ on = [
|
||||
"<C-s>",
|
||||
], run = '''shell "$SHELL" --block --confirm''', desc = "Open shell here" },
|
||||
{ on = [
|
||||
"c",
|
||||
"a",
|
||||
], run = "plugin compress", desc = "Archive selected files" },
|
||||
]
|
||||
|
||||
append_keymap = [
|
||||
|
|
|
@ -3,6 +3,7 @@ deps = [
|
|||
{ use = "yazi-rs/plugins#full-border", commit = "06e5fe1" },
|
||||
{ use = "llanosrocas/yaziline", commit = "5886330" },
|
||||
{ use = "Rolv-Apneseth/starship", commit = "0a141f6" },
|
||||
{ use = "KKV9/compress", commit = "878b876" },
|
||||
]
|
||||
|
||||
[flavor]
|
||||
|
|
Loading…
Add table
Reference in a new issue