Alessandro Mauri
b6f56166a2
|
3 years ago | |
---|---|---|
.github | 3 years ago | |
data | 3 years ago | |
doc | 3 years ago | |
src | 3 years ago | |
.gitattributes | 3 years ago | |
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
TODO | 3 years ago | |
icon.ico | 3 years ago | |
icon.inl | 3 years ago | |
lite.desktop | 3 years ago | |
makefile | 3 years ago | |
preview.png | 3 years ago |
README.md
lite
A lightweight text editor written in Lua
- Get started — A quick overview on how to get started
- Get plugins — Add additional functionality
- Get color themes — Add additional colors themes
Overview
lite is a lightweight text editor written mostly in Lua — it aims to provide something practical, pretty, small and fast, implemented as simply as possible; easy to modify and extend, or to use without doing either.
Customization
Additional functionality can be added through plugins which are available from the plugins repository; additional color themes can be found in the colors repository. The editor can be customized by making changes to the user module.
Building
You will need:
- Lua 5.2 and libraries
- SDL2
- A c11 compiler (gcc or clang)
- make
To build run
make
, to installmake install
with root privileges and to uninstallmake uninstall
also with root privileges. To clean the mess runmake clean
.
Contributing
Any additional functionality that can be added through a plugin should be done so as a plugin, after which a pull request to the plugins repository can be made. In hopes of remaining lightweight, pull requests adding additional functionality to the core will likely not be merged. Bug reports and bug fixes are welcome.
License
This project is free software; you can redistribute it and/or modify it under the terms of the MIT license. See LICENSE for details.