An open API service indexing awesome lists of open source software.

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

Readline completion for Lua: DEPRECATED IN FAVOUR OF http://smbolton.com/lua.html
https://github.com/rrthomas/lua-rlcompleter

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

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

release 3

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

(c) 2011-2015 Reuben Thomas
(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.