diff options
author | Guldoman <giulio.lettieri@gmail.com> | 2024-11-11 02:46:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-11 02:46:48 +0100 |
commit | b639a28b1d93ccd6e0e15d29c6c90f341eea35e9 (patch) | |
tree | 85fc034cc864ddaef7338880a7659596245703fd | |
parent | c30f9d06db228cf21928aa675c5af90ead2c3027 (diff) | |
download | lite-xl-plugins-b639a28b1d93ccd6e0e15d29c6c90f341eea35e9.tar.gz lite-xl-plugins-b639a28b1d93ccd6e0e15d29c6c90f341eea35e9.zip |
Add `coro_diff` and `renamer` (#498)
-rw-r--r-- | manifest.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index f3817ae..7a1b5d6 100644 --- a/manifest.json +++ b/manifest.json @@ -293,6 +293,14 @@ "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", "mod_version": "3", @@ -2043,6 +2051,14 @@ "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", "mod_version": "3", |