fork of github.com/rxi/lite that removes windows support and improves useability
Go to file
2021-12-10 00:02:09 +01:00
data minor formatting 2021-11-27 19:20:25 +01:00
doc initial commit 2021-07-04 14:56:05 +02:00
src get scale 2021-12-10 00:01:55 +01:00
.gitignore minor changes 2021-07-04 19:17:33 +02:00
icon64.png added an icon 64x64 2021-12-09 18:46:23 +01:00
icon.ico initial commit 2021-07-04 14:56:05 +02:00
icon.inl initial commit 2021-07-04 14:56:05 +02:00
LICENSE minor changes 2021-07-04 19:17:33 +02:00
lite.desktop minor changes 2021-07-04 19:17:33 +02:00
makefile added an icon 64x64 2021-12-09 18:46:23 +01:00
preview.png updated readme 2021-07-16 12:40:52 +02:00
README.md why do I push without checking 2021-07-16 12:42:47 +02:00
TODO Merge branch 'master' of http://git.alemauri.eu/alema/lite 2021-12-10 00:02:09 +01: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 will need:

  • Lua 5.2 and libraries
  • SDL2
  • A c11 compiler (gcc or clang)
  • make

To build run make, to install make install with root privileges and to uninstall make uninstall also with root privileges. To clean the mess run make 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.