temp commented yazi plugins
This commit is contained in:
parent
9072e16503
commit
55b21eb33f
2 changed files with 16 additions and 16 deletions
|
@ -163,12 +163,12 @@
|
|||
# { mime = "{image,audio,video}/*"; run = "mediainfo";}
|
||||
# { mime = "application/x-subrip"; run = "mediainfo";}
|
||||
|
||||
{ name = "*.csv"; run = "rich-preview"; }
|
||||
{ name = "*.md"; run = "rich-preview" ; }
|
||||
{ name = "*.rst"; run = "rich-preview"; }
|
||||
{ name = "*.ipynb"; run = "rich-preview"; }
|
||||
{ name = "*.json"; run = "rich-preview"; }
|
||||
{ name = "*.org"; run = "rich-preview"; }
|
||||
# { name = "*.csv"; run = "rich-preview"; }
|
||||
# { name = "*.md"; run = "rich-preview" ; }
|
||||
# { name = "*.rst"; run = "rich-preview"; }
|
||||
# { name = "*.ipynb"; run = "rich-preview"; }
|
||||
# { name = "*.json"; run = "rich-preview"; }
|
||||
# { name = "*.org"; run = "rich-preview"; }
|
||||
|
||||
# Office Documents
|
||||
{ mime = "application/openxmlformats-officedocument.*"; run = "office"; }
|
||||
|
@ -200,16 +200,16 @@
|
|||
# run = "mime-ext";
|
||||
# prio = "high";
|
||||
# }
|
||||
{
|
||||
id = "git";
|
||||
name = "*";
|
||||
run = "git";
|
||||
}
|
||||
{
|
||||
id = "git";
|
||||
name = "*/";
|
||||
run = "git";
|
||||
}
|
||||
# {
|
||||
# id = "git";
|
||||
# name = "*";
|
||||
# run = "git";
|
||||
# }
|
||||
# {
|
||||
# id = "git";
|
||||
# name = "*/";
|
||||
# run = "git";
|
||||
# }
|
||||
];
|
||||
};
|
||||
tasks = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue