diff options
author | Francesco <francesco.bbt@gmail.com> | 2021-05-31 22:29:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-31 22:29:09 +0200 |
commit | 31cca1ab3239b920c544cc80d9d702abf6920499 (patch) | |
tree | bd1498046b23a727f5b9fda30f24bcdaaf6c527f | |
parent | 89f2b4916f81702870ee8f9c848aed96c9c304f5 (diff) | |
parent | 738a384cc4a2a1e85053dfd6bb3085b8fd6d252c (diff) | |
download | lite-xl-plugins-31cca1ab3239b920c544cc80d9d702abf6920499.tar.gz lite-xl-plugins-31cca1ab3239b920c544cc80d9d702abf6920499.zip |
Merge pull request #19 from takase1121/contextmenu
add contextmenu
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ Plugin | Description ~~[`closeconfirmx`](plugins/closeconfirmx.lua?raw=1)~~ | Replaced by NagView dialog ~~Replaces a system close confirmation dialog with a command view, like for individual files *([screenshot](https://user-images.githubusercontent.com/1689801/107596774-afa76280-6c53-11eb-80ab-22e73058c097.png))*~~ [`colorpreview`](plugins/colorpreview.lua?raw=1) | Underlays color values (eg. `#ff00ff` or `rgb(255, 0, 255)`) with their resultant color. *([screenshot](https://user-images.githubusercontent.com/3920290/80743752-731bd780-8b15-11ea-97d3-847db927c5dc.png))* *[`console`](https://github.com/franko/console)* | A console for running external commands and capturing their output *([gif](https://user-images.githubusercontent.com/3920290/81343656-49325a00-90ad-11ea-8647-ff39d8f1d730.gif))* +[`contextmenu`](https://github.com/takase1121/lite-contextmenu)* | Simple context menu *([screenshot](https://github.com/takase1121/lite-contextmenu/blob/master/assets/screenshot.jpg?raw=true))* *[`copyfilelocation`](plugins/copyfilelocation.lua?raw=1)* | Copy file location to clipboard [`datetimestamps`](plugins/datetimestamps.lua?raw=1) | Insert date-, time- and date-time-stamps ~~[`detectindent`](plugins/detectindent.lua?raw=1)~~ | Included with lite-xl ~~Automatically detects and uses the indentation size and tab type of a loaded file~~ |