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
- Host: GitHub
- URL: https://github.com/rrthomas/lua-rlcompleter
- Owner: rrthomas
- Created: 2011-06-14T15:22:31.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2015-05-19T20:43:36.000Z (about 11 years ago)
- Last Synced: 2024-06-03T00:09:58.315Z (about 2 years ago)
- Language: Lua
- Homepage:
- Size: 161 KB
- Stars: 21
- Watchers: 4
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.