From af28af4f81fe9247283341aee45feb7f78d67dd4 Mon Sep 17 00:00:00 2001 From: kanvolu Date: Sat, 2 Aug 2025 12:11:41 -0500 Subject: [PATCH 1/7] Create micro-yazi.json --- micro-yazi.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 micro-yazi.json diff --git a/micro-yazi.json b/micro-yazi.json new file mode 100644 index 0000000..5d17ceb --- /dev/null +++ b/micro-yazi.json @@ -0,0 +1,17 @@ +[{ + "Name": "yazi", + "Description": "Yazi integration for Micro", + "Tags": ["filetree", "filemanager", "file", "manager"], + "Website": "https://github.com/kanvolu/yazi.micro", + "License": "MIT", + "Versions": [ + { + "Version": "0.1.0", + "Url": "https://github.com/kanvolu/yazi.micro/archive/v0.1.0.zip", + "Require": { + "micro": ">=2.0.14", + "yazi": ">=25.5.31" + } + } + ] +}] From 700f68e782ae3665aaba723fa3fa1756507b8f31 Mon Sep 17 00:00:00 2001 From: kanvolu Date: Sat, 2 Aug 2025 12:14:23 -0500 Subject: [PATCH 2/7] Rename micro-yazi.json to plugins/micro-yazi.json --- micro-yazi.json => plugins/micro-yazi.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename micro-yazi.json => plugins/micro-yazi.json (100%) diff --git a/micro-yazi.json b/plugins/micro-yazi.json similarity index 100% rename from micro-yazi.json rename to plugins/micro-yazi.json From 5204f17330e5e978835fa7c5f056085c794c39a7 Mon Sep 17 00:00:00 2001 From: kanvolu Date: Sat, 2 Aug 2025 12:23:56 -0500 Subject: [PATCH 3/7] Update micro-yazi.json --- plugins/micro-yazi.json | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/plugins/micro-yazi.json b/plugins/micro-yazi.json index 5d17ceb..0bf91f0 100644 --- a/plugins/micro-yazi.json +++ b/plugins/micro-yazi.json @@ -4,14 +4,12 @@ "Tags": ["filetree", "filemanager", "file", "manager"], "Website": "https://github.com/kanvolu/yazi.micro", "License": "MIT", - "Versions": [ - { - "Version": "0.1.0", - "Url": "https://github.com/kanvolu/yazi.micro/archive/v0.1.0.zip", - "Require": { - "micro": ">=2.0.14", - "yazi": ">=25.5.31" - } - } - ] + "Versions": [{ + "Version": "0.1.0", + "Url": "https://github.com/micro-editor/plugin-channel/releases/download/plugins/yazi-micro-0.1.0.zip, + "Require": { + "micro": ">=2.0.14", + "yazi": ">=25.5.31" + } + }] }] From 3cd82d8f25d9c2db951de5376b045f80f1747508 Mon Sep 17 00:00:00 2001 From: kanvolu Date: Sat, 2 Aug 2025 12:24:45 -0500 Subject: [PATCH 4/7] corrected micro-yazi.json --- plugins/micro-yazi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/micro-yazi.json b/plugins/micro-yazi.json index 0bf91f0..13ef0fd 100644 --- a/plugins/micro-yazi.json +++ b/plugins/micro-yazi.json @@ -6,7 +6,7 @@ "License": "MIT", "Versions": [{ "Version": "0.1.0", - "Url": "https://github.com/micro-editor/plugin-channel/releases/download/plugins/yazi-micro-0.1.0.zip, + "Url": "https://github.com/micro-editor/plugin-channel/releases/download/plugins/yazi-micro-0.1.0.zip", "Require": { "micro": ">=2.0.14", "yazi": ">=25.5.31" From 7642dbb3aff0445a2b8699f8e24688d5b00d2b39 Mon Sep 17 00:00:00 2001 From: kanvolu Date: Sat, 2 Aug 2025 12:25:43 -0500 Subject: [PATCH 5/7] Update micro-yazi.json --- plugins/micro-yazi.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/micro-yazi.json b/plugins/micro-yazi.json index 13ef0fd..3b10dfd 100644 --- a/plugins/micro-yazi.json +++ b/plugins/micro-yazi.json @@ -8,8 +8,7 @@ "Version": "0.1.0", "Url": "https://github.com/micro-editor/plugin-channel/releases/download/plugins/yazi-micro-0.1.0.zip", "Require": { - "micro": ">=2.0.14", - "yazi": ">=25.5.31" + "micro": ">=2.0.14" } }] }] From e8f2b879c6597ace868bff2caf4c772b07c53e67 Mon Sep 17 00:00:00 2001 From: kanvolu Date: Sat, 2 Aug 2025 12:33:24 -0500 Subject: [PATCH 6/7] Update channel.json --- channel.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/channel.json b/channel.json index 6bd00cc..98686da 100644 --- a/channel.json +++ b/channel.json @@ -87,6 +87,9 @@ "https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/palettero.json", // cheat plugin - "https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-cheat.json" + "https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-cheat.json", + + // cheat plugin + "https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-yazi.json" ] From fb54e4f1b576fa2c41988f7f1d1555cdaf804240 Mon Sep 17 00:00:00 2001 From: kanvolu Date: Sat, 2 Aug 2025 12:34:19 -0500 Subject: [PATCH 7/7] Update channel.json --- channel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channel.json b/channel.json index 98686da..ce97585 100644 --- a/channel.json +++ b/channel.json @@ -89,7 +89,7 @@ // cheat plugin "https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-cheat.json", - // cheat plugin + // yazi plugin "https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-yazi.json" ]