diff options
author | Jefferson González <jgmdev@gmail.com> | 2022-10-02 14:42:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-02 14:42:25 -0400 |
commit | a19c1a7b13b3712f3473fe8024ccfaf24f3f9004 (patch) | |
tree | 20a4453a253ee6808918af8fc04398e3e6543cd9 /README.md | |
parent | 82e4650234fd45225f86958b21b04f2a9a9b864a (diff) | |
download | lite-xl-plugins-a19c1a7b13b3712f3473fe8024ccfaf24f3f9004.tar.gz lite-xl-plugins-a19c1a7b13b3712f3473fe8024ccfaf24f3f9004.zip |
add inter-process communication (ipc) plugin (#127)
* adds single instance support and basic file dragging from instance to instance
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ _Note: if you make a pull request, the table should be updated and kept in alpha | [`immersive-title`](https://github.com/takase1121/lite-xl-immersive-title)\* | Dark (or even Mica!) title bar for Lite XL | | [`indent_convert`](plugins/indent_convert.lua?raw=1) | Convert between tabs and spaces indentation | | [`indentguide`](plugins/indentguide.lua?raw=1) | Adds indent guides _([screenshot](https://user-images.githubusercontent.com/3920290/79640716-f9860000-818a-11ea-9c3b-26d10dd0e0c0.png))_ | +| [`ipc`](plugins/ipc.lua?raw=1) | Adds inter-process communication support | | [`Kinc Projects`](https://github.com/Kode-Community/kinc_plugin)\* | Adds [Kinc](https://github.com/Kode/Kinc) Project generation with basic build commands(depends on [`console`](https://github.com/franko/console)) | | [`language_angelscript`](plugins/language_angelscript.lua?raw=1) | Syntax for the [Angelscript](https://www.angelcode.com/angelscript/) programming language | | [`language_assembly_x86`](plugins/language_assembly_x86.lua?raw=1) | Syntax for Intel x86 assembly | |