Module textredux.core

The Textredux core module allows you to easily create text based interfaces for the Textadept editor.

It currently consists of the following components:

How to use

After installing the Textredux module into your modules directory, you can either do

local textredux = require('textredux')
local reduxlist = textredux.core.list

or you can just the modules that you want by something similar to

local reduxstyle = require('textredux.core.style')
local reduxbuffer = require('textredux.core.style')

The examples provide an overview on how to use the various components and their features, and the documentation for each component provides more details.