1
0
Fork
You've already forked lite
0
My personal fork of the lite text editor
  • C 95.4%
  • Lua 2.8%
  • M4 0.6%
  • Objective-C 0.4%
  • JavaScript 0.3%
  • Other 0.5%
2025年06月18日 23:07:07 +02:00
.github Create FUNDING.yml 2020年06月18日 16:48:05 +01:00
data Support tilde expansion in file prompt 2025年06月18日 23:06:04 +02:00
doc Added doc/usage.md 2020年07月19日 14:20:03 +01:00
src Port to FreeBSD 2025年06月18日 23:03:28 +02:00
winlib/SDL2-2.0.10 Initial commit 2019年12月28日 11:17:56 +00:00
.gitattributes Added icon.inl linguist-vendored to .gitattributes 2020年05月10日 15:54:09 +01:00
.luacheckrc Add luacheck configuration 2025年06月18日 23:07:07 +02:00
build.bat Added build.bat 2020年10月03日 13:38:04 +01:00
build.sh Port to FreeBSD 2025年06月18日 23:03:28 +02: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
LICENSE Updated copyright year; 2019 => 2020 2020年01月01日 16:00:39 +00:00
README.md Updated README.md for build.bat addition 2020年10月03日 13:49:14 +01:00
res.rc Initial commit 2019年12月28日 11:17:56 +00:00

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 build.sh script or on Windows using the build.bat script (MinGW is required). 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.