repositorypackage
0.0.0-20240625135038-7b1d53528635
Repository: https://github.com/dazfather/lxl.git
Documentation: pkg.go.dev
# README
lxl
A WIP plugin manager for lite-xl text editor
Build
As easy as go build
, same in all OSs
Usage
Manage your addons
- find any addons from the updated list
lxl find <addon>
(addon argument is optional) - install a specific addon
lxl install <addonID>
- uninstall a specific addon
lxl uninstall <addonID>
- list all installed addons
lxl list <addon>
(addon argument is optional)
Manage your remotes
A remote is a link of a manifest.json that contains might contains new addons to discover. By default official ones (plugins, colors, lsp-servers and ide) are already supported
- subscribe to a specific remote
lxl subscribe <remote>
- unsubscribe from a specific remote
lxl unsubscribe <evaluated-remote>
- list remotes that lxl is subscribed
lxl remotes
To do
- Support stud
- Proper versioning management
- Verbose and plumbing mode
- Filter by
- GUI via lite-xl plugin