diff options
author | Eric Gaudet <gaudet.eric@gmail.com> | 2023-01-21 20:04:08 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-21 23:04:08 -0500 |
commit | 0ca1a739d19e5ed4ea731946b9a524e8af068e6c (patch) | |
tree | e019044015574a7c6fb5a5df5926aabcd2169638 /README.md | |
parent | bc047a8a0567e682568feb0c581b970565cd5664 (diff) | |
download | lite-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 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -77,6 +77,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`ghmarkdown`](plugins/ghmarkdown.lua?raw=1) | Opens a preview of the current markdown file in a browser window *([screenshot](https://user-images.githubusercontent.com/3920290/82754898-f7394600-9dc7-11ea-8278-2305363ed372.png))* | | [`gitblame`](https://github.com/juliardi/lite-xl-gitblame)\* | Shows "git blame" information of a line *([screenshot](https://raw.githubusercontent.com/juliardi/lite-xl-gitblame/main/screenshot_1.png))* | | [`gitdiff_highlight`](https://github.com/vincens2005/lite-xl-gitdiff-highlight)\* | highlight changed lines from git *([screenshot](https://raw.githubusercontent.com/vincens2005/lite-xl-gitdiff-highlight/master/screenshot.png))* | +| [`gitopen`](plugins/gitopen.lua?raw=1) | Open project files that are in a git commit (default=HEAD) | | [`gitstatus`](plugins/gitstatus.lua?raw=1) | Displays git branch and insert/delete count in status bar *([screenshot](https://user-images.githubusercontent.com/3920290/81107223-bcea3080-8f0e-11ea-8fc7-d03173f42e33.png))* | | [`gofmt`](plugins/gofmt.lua?raw=1) | Auto-formats the current go file, adds the missing imports and the missing return cases | | [`immersive-title`](https://github.com/takase1121/lite-xl-immersive-title)\* | Dark (or even Mica!) title bar for Lite XL | |