aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorrxi <rxi@users.noreply.github.com>2020-05-16 10:02:52 +0100
committerrxi <rxi@users.noreply.github.com>2020-05-16 10:02:52 +0100
commit0d7fa4b63c8448a2939b4fb5172e01c149c41b24 (patch)
treef6e2baa425bad8711aba70bf0fe79a5b87fd6125 /README.md
parent6890de6bad7992b37169f9faff028b71892b8b73 (diff)
downloadlite-xl-plugins-0d7fa4b63c8448a2939b4fb5172e01c149c41b24.tar.gz
lite-xl-plugins-0d7fa4b63c8448a2939b4fb5172e01c149c41b24.zip
Added plugin `exec`
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9d6fa5b..3942342 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,7 @@ Plugin | Description
[`detectindent`](plugins/detectindent.lua?raw=1) | Automatically detects and uses the indentation size and tab type of a loaded file
[`drawwhitespace`](plugins/drawwhitespace.lua?raw=1) | Draws tabs and spaces *([screenshot](https://user-images.githubusercontent.com/3920290/80573013-22ae5800-89f7-11ea-9895-6362a1c0abc7.png))*
[`eval`](plugins/eval.lua?raw=1) | Replaces selected Lua code with its evaluated result
+[`exec`](plugins/exec.lua?raw=1) | Runs selected text through shell command and replaces with result
[`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
[`hidelinenumbers`](plugins/hidelinenumbers.lua?raw=1) | Hides the line numbers on the left of documents *([screenshot](https://user-images.githubusercontent.com/3920290/81692043-b8b19c00-9455-11ea-8d74-ad99be4b9c5f.png))*