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
- Host: GitHub
- URL: https://github.com/guidocella/mpv-lua-repl
- Owner: guidocella
- License: unlicense
- Created: 2023-12-16T17:13:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-08T19:12:33.000Z (4 months ago)
- Last Synced: 2025-07-07T00:04:35.232Z (3 days ago)
- Language: Lua
- Homepage:
- Size: 8.79 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mpv - lua-repl - A Lua REPL in the console with Tab completion and pretty-printing of returned tables. It lets you test mpv's and Lua's API without writing a script. (Other)
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.