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

https://github.com/guidocella/mpv-lua-repl

Lua REPL in mpv's console
https://github.com/guidocella/mpv-lua-repl

Last synced: 16 minutes ago
JSON representation

Lua REPL in mpv's console

Awesome Lists containing this project

README

        

A Lua REPL in the console with autocompletion and pretty-printing of returned tables. It lets you test mpv's and Lua's API without writing a script.

It is bound to `Ctrl+r` by default, and you can bind a different key to `script-binding lua-repl`.

`return` is automatically inserted before statements when doing so does not break them.

`--script-opt=lua_repl-persist_history=yes` will save the history to disk.