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

getting started

install rqsh globally to start using the interactive REPL in your terminal.

installation
# npm
npm install -g request-shell
# bun
bun add -g request-shell
# yarn
yarn global add request-shell
# pnpm
pnpm add -g request-shell
running rqsh

once installed, run this command to boot into the prompt:

rqsh