aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorEric Gaudet <gaudet.eric@gmail.com>2023-01-21 20:04:08 -0800
committerGitHub <noreply@github.com>2023-01-21 23:04:08 -0500
commit0ca1a739d19e5ed4ea731946b9a524e8af068e6c (patch)
treee019044015574a7c6fb5a5df5926aabcd2169638 /manifest.json
parentbc047a8a0567e682568feb0c581b970565cd5664 (diff)
downloadlite-xl-plugins-0ca1a739d19e5ed4ea731946b9a524e8af068e6c.tar.gz
lite-xl-plugins-0ca1a739d19e5ed4ea731946b9a524e8af068e6c.zip
Add new pluging gitopen:open-from-commit (#178)
Given a git commit (default HEAD), open the files that are in the project and part of this commit.
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index a2ffccf..ed3cb30 100644
--- a/manifest.json
+++ b/manifest.json
@@ -36,7 +36,7 @@
"mod_version": "3"
},
{
- "description": "Shows the current time and date in a view with large text *([screenshot](https://user-images.githubusercontent.com/3920290/82752891-3318df00-9db9-11ea-803f-261d80d5cf53.png))*",
+ "description": "Shows the current time and date in a view with large text *([screenshot](https://user-images.git hubusercontent.com/3920290/82752891-3318df00-9db9-11ea-803f-261d80d5cf53.png))*",
"version": "0.1",
"path": "plugins/bigclock.lua",
"id": "bigclock",
@@ -280,6 +280,13 @@
"id": "gitdiff_highlight"
},
{
+ "description": "Open project files that are in a git commit (default=HEAD)",
+ "version": "0.1",
+ "path": "plugins/gitopen.lua",
+ "id": "gitopen",
+ "mod_version": "3"
+ },
+ {
"description": "Displays git branch and insert/delete count in status bar *([screenshot](https://user-images.githubusercontent.com/3920290/81107223-bcea3080-8f0e-11ea-8fc7-d03173f42e33.png))*",
"version": "0.1",
"path": "plugins/gitstatus.lua",