It would be nice if you can output the results to stdout. This way you can use it in a pipe, for example: ```bash jqp <file.json | rg 'something' | vipe >output ```
It would be nice if you can output the results to stdout. This way you can use it in a pipe, for example: