diff options
author | kmafeni04 <88457139+kmafeni04@users.noreply.github.com> | 2023-10-09 15:12:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-09 16:12:26 +0200 |
commit | 9ee4822331ac98b8d1f2f51cd88daff0e7d1a4f3 (patch) | |
tree | e318e7553497af3303e32b0d1cee1d4d6b40caa5 /manifest.json | |
parent | 1de82578d2125a4e6f71b5522152aeea7ab487fb (diff) | |
download | lite-xl-plugins-9ee4822331ac98b8d1f2f51cd88daff0e7d1a4f3.tar.gz lite-xl-plugins-9ee4822331ac98b8d1f2f51cd88daff0e7d1a4f3.zip |
Graphical file picker using Zenity (#312)
* Add files via upload
* Update manifest.json
* Update manifest.json
* Update and rename zenity.lua to gui_filepicker.lua
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index 87ed84f..03f6d4c 100644 --- a/manifest.json +++ b/manifest.json @@ -330,6 +330,13 @@ "mod_version": "3" }, { + "description": "Graphical filepicker using zenity.", + "version": "0.1", + "path": "plugins/gui_filepicker.lua", + "id": "gui_filepicker", + "mod_version": "3" + }, + { "description": "Dark (or even Mica!) title bar for Lite XL", "version": "0.1", "remote": "https://github.com/takase1121/lite-xl-immersive-title:cf3a8029ac7154ea53ac819a95d44a6ff102f051", |