Go to file
Francesco Abbate 618078829c Add meson build configuration
Currently the editor will not work if it is not installed.

There is also a caveat about the 'data' directory which is installed
in the bin directory. This may work but does not seem ok because it is
pollution a shared bin directory and the 'data' folder may not be unique
to Lite.
2020-05-25 12:22:23 +02:00
data Removed `core.project_dir` 2020-05-24 13:50:32 +01:00
src Add meson build configuration 2020-05-25 12:22:23 +02:00
.gitattributes Added `icon.inl linguist-vendored` to .gitattributes 2020-05-10 15:54:09 +01:00
.gitignore Add meson build configuration 2020-05-25 12:22:23 +02:00
LICENSE Updated copyright year; 2019 => 2020 2020-01-01 16:00:39 +00:00
README.md Updated README screenshot 2020-05-09 11:45:50 +01:00
build.sh Enable LUA_USE_POSIX, fix tmpnam warning on macOS. 2020-05-21 21:57:05 +07:00
build_release.sh Replaced `build.py/build.config.py` with `build.sh` 2020-05-09 11:01:28 +01:00
icon.ico Updated icon 2020-05-09 11:33:16 +01:00
icon.inl Updated icon 2020-05-09 11:33:16 +01:00
meson.build Add meson build configuration 2020-05-25 12:22:23 +02:00
res.rc Initial commit 2019-12-28 11:17:56 +00:00

README.md

lite

screenshot

A lightweight text editor written in Lua

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 can build the project yourself on Linux using the provided build.sh script. Note that the project does not need to be rebuilt if you are only making changes to the Lua portion of the code.

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.