lua-rlcompleter icon indicating copy to clipboard operation
lua-rlcompleter copied to clipboard

Readline completion for Lua: DEPRECATED IN FAVOUR OF http://smbolton.com/lua.html

                         rlcompleter
                         -----------

                          release 3

         https://github.com/rrthomas/lua-rlcompleter

         (c) 2011-2015 Reuben Thomas <[email protected]>
                    (c) 2007 Steve Donovan
                     (c) 2004 Jay Carlson

rlcompleter provides readline completion to the Lua interpreter. It is released under the MIT license, like Lua. There is no warranty.

Please report bugs and make suggestions at the web site above.

Installation

luarocks make rlcompleter-*-1.rockspec

Use

require "rlcompleter"

You may want to put this in your LUA_INIT. Then in the interpreter (which must have been built with LUA_USE_READLINE) you can press Tab to complete the current identifier, filename or other token.