Useful trick for Rio command-line tools (known as CLI)
I’ve always wondered how the Rio CLI tools could support up & down keys in order to recall previous commands.
I found a solution on the Berkeley DBXML FAQ: use rlwrap.
So, instead of running “rio”, run instead “rlwrap rio”.
Simple, but useful