From b639a28b1d93ccd6e0e15d29c6c90f341eea35e9 Mon Sep 17 00:00:00 2001 From: Guldoman Date: Mon, 11 Nov 2024 02:46:48 +0100 Subject: Add `coro_diff` and `renamer` (#498) --- manifest.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/manifest.json b/manifest.json index f3817ae..7a1b5d6 100644 --- a/manifest.json +++ b/manifest.json @@ -292,6 +292,14 @@ "path": "plugins/copyfilelocation.lua", "version": "0.1" }, + { + "description": "Diff library that yields.", + "id": "coro_diff", + "mod_version": "3", + "remote": "https://github.com/Guldoman/lite-xl-coro_diff:5f7d422cf6f03e958bbc32c714a81fc5aaef6970", + "type": "library", + "version": "0.1.1" + }, { "description": "Customize the caret in the editor", "id": "custom_caret", @@ -2042,6 +2050,14 @@ "path": "plugins/regexreplacepreview.lua", "version": "0.2" }, + { + "description": "Rename files in bulk", + "id": "renamer", + "mod_version": "3", + "name": "Renamer", + "remote": "https://github.com/Guldoman/lite-xl-renamer:49dfdcd8951b22f44515f0e9b70489e750b1c4a2", + "version": "0.1.0" + }, { "description": "Keep a list of recently closed tabs, and restore the tab in order on ctrl+shift+t.", "id": "restoretabs", -- cgit v1.2.3