Bohort: a REPL tool based on aioipfs to make RPC requests on kubo nodes

Hello.

I’ve developed a modest REPL (Read-Eval-Print-Loop) tool for aioipfs to make RPC calls on kubo nodes, documentation here.

The goal is to provide a comfortable interface (the history lookup is pretty convenient) to run RPC calls and get the raw JSON output. There’ll be support for executing scripts soon. Ultimately i hope that it could be an educational tool to help new users understand how kubo works under the hood.