repl modes
rqsh runs in two main modes: input mode (to type requests) and scroll mode (to inspect outcomes).
input mode (default)
type paths, methods, and payloads directly. supports autocomplete.
scroll mode (escape)
locks input to let you scroll history, inspect responses, and copy payloads.
key bindings
| Key | Action |
|---|---|
| Escape | switch from input mode to scroll mode |
| i / Escape | go back to input mode (from scroll mode) |
| j / k (or arrow keys) | scroll console history (scroll mode only) |
| v | open the response inspector (body / headers tabs) |
| c | copy active inspector tab content to clipboard |
| q | quit the terminal shell |