The following command: ```bash echo "{\"hello\": 24, \"world\": 42}" | jtab | less -r ``` strips the colour output, it would be nice to have some option to force colour output, like: ```bash echo "{\"hello\": 24, \"world\": 42}" | jq -C | less -r ```