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