Modules§
Structs§
- RunOptions
- Configuration passed to
run_in_terminalby the caller.
Functions§
- run
- Run RIPL using the provider resolved from
~/.ripl/config.tomlor env vars. - run_
in_ terminal - Run the RIPL event loop inside an already-initialised terminal.
Use
with_terminalto set one up, or callrun/run_with_providerwhich handle both steps together. - run_
with_ provider - Run RIPL with a specific provider.
- with_
terminal - Set up the terminal (raw mode, alternate screen, mouse, kitty keyboard) and
run
finside it, restoring everything on exit, panic, or SIGTERM.