diff options
author | Mikhail Chekan <mikhail.chekan@polyus-nt.ru> | 2021-02-11 10:27:56 +0800 |
---|---|---|
committer | Mikhail Chekan <mikhail.chekan@polyus-nt.ru> | 2021-02-11 10:27:56 +0800 |
commit | e5f2add58125aa62267232ae89bca5fac64a4358 (patch) | |
tree | 9999e6b67542f0ba0551396c3c88d02862f1d5e8 /README.md | |
parent | 1446cd2357239caa4f9157d5c8404a2384626caa (diff) | |
download | lite-xl-plugins-e5f2add58125aa62267232ae89bca5fac64a4358.tar.gz lite-xl-plugins-e5f2add58125aa62267232ae89bca5fac64a4358.zip |
add closeconfirmx
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ Plugin | Description [`black`](https://git.sr.ht/~tmpod/black-lite)* | Integrates the [black](https://github.com/psf/black) Python formatter with lite [`bracketmatch`](plugins/bracketmatch.lua?raw=1) | Underlines matching pair for bracket under the caret *([screenshot](https://user-images.githubusercontent.com/3920290/80132745-0c863f00-8594-11ea-8875-c455c6fd7eae.png))* [`centerdoc`](plugins/centerdoc.lua?raw=1) | Centers document's content on the screen *([screenshot](https://user-images.githubusercontent.com/3920290/82127896-bf6e4500-97ae-11ea-97fc-ba9a552bc9a4.png))* +[`closeconfirmx`](plugins/closeconfirmx.lua?raw=1) | 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/rxi/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))* [`copyfilelocation`](plugins/copyfilelocation.lua?raw=1) | Copy file location to clipboard |