A lightweight text editor written in Lua, adapted from lite. It aims to provide something practical, pretty, small and fast. Easy to modify and extend, or to use without doing either.
A lightweight text editor written in Lua, adapted from lite. It aims to provide something practical, pretty, small and fast. Easy to modify and extend, or to use without doing either.
To install lite-xl, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install lite-xl
To see what files were installed by lite-xl, run:
port contents lite-xl
To later upgrade lite-xl, run:
sudo port selfupdate && sudo port upgrade lite-xl
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.