modd
modd copied to clipboard
adds support for lines which are longer than the read buffer
This is a more general solution to the one described in #113. In short, if the line emitted from the command run by modd, it would get split. So instead of
{"key":"...very long value..."}
you may get
{"key":"...very l
ong value..."}