Skip to content

rrthomas/lua-rlcompleter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

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

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

About

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

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published