Hey. Thought this was cool a couple of years ago, now I'm revisiting for actual usage.
Asking a question and self answering in case anyone finds it useful.
In order to print to stdout, run
export PAGER=cat
This is useful for combining with other programs as well as just printing answers to screen and letting user add it to their terminal context along with other data (like results from kjv)
I believe upstream kjv project implemented something option flag for this. But documenting this option here should work well enough for this "small tool"
Thanks!
Hey. Thought this was cool a couple of years ago, now I'm revisiting for actual usage.
Asking a question and self answering in case anyone finds it useful.
In order to print to stdout, run
export PAGER=catThis is useful for combining with other programs as well as just printing answers to screen and letting user add it to their terminal context along with other data (like results from kjv)
I believe upstream kjv project implemented something option flag for this. But documenting this option here should work well enough for this "small tool"
Thanks!