██████╗   ██████╗  ███████╗ ██╗   ██╗
██╔══██╗ ██╔═══██╗ ██╔════╝ ██║   ██║
██████╔╝ ██║   ██║ ███████╗ ████████║
██╔══██╗ ██║▄▄ ██║ ╚════██║ ██╔═══██║
██║  ██║ ╚██████╔╝ ███████║ ██║   ██║
╚═╝  ╚═╝  ╚══▀▀═╝  ╚══════╝ ╚═╝   ╚═╝

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
KeyAction
Escapeswitch from input mode to scroll mode
i / Escapego back to input mode (from scroll mode)
j / k (or arrow keys)scroll console history (scroll mode only)
vopen the response inspector (body / headers tabs)
ccopy active inspector tab content to clipboard
qquit the terminal shell