Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/takase1121/linenoise-lua
Wrapper for linenoise
https://github.com/takase1121/linenoise-lua
Last synced: 4 days ago
JSON representation
Wrapper for linenoise
- Host: GitHub
- URL: https://github.com/takase1121/linenoise-lua
- Owner: takase1121
- License: mit
- Created: 2024-02-19T11:27:16.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-02-19T12:49:01.000Z (12 months ago)
- Last Synced: 2024-11-26T12:16:33.477Z (2 months ago)
- Language: C
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# linenoise-lua
A Lua library that wraps [msteveb/linenoise], a fork of [antirez/linenoise].
## Set Up
```sh
$ git clone --recursive https://github.com/takase1121/linenoise-lua.git
$ cd linenoise-lua
$ make
```You will get `linenoise_lua.dll` or `linenoise_lua.so` depending on your platform.
[msteveb/linenoise]: https://github.com/msteveb/linenoise
[antirez/linenoise]: https://github.com/antirez/linenoise