repl

Wrap non-interactive programs with a REPL for interactive use

brewmacoslinux
Try with needOr install directly
Source

About

Wrap non-interactive programs with a REPL

Commands

repl

Examples

Start a REPL for the Python interpreter$ repl python
Wrap a command-line tool like jq for interactive exploration$ repl jq
Create an interactive shell for a custom script$ repl ./myscript.sh