Many programs utilize carriage return in the output updates to the console without pushing a new line. It would be sweet if python-shell could handle these gracefully and fire a new event like 'crdata' so the consumer can gracefully handle these line updates.
stream-splitter seems like a good module that can help to accomplish this: https://github.com/samcday/node-stream-splitter
Thanks for this cool tool!
Many programs utilize carriage return in the output updates to the console without pushing a new line. It would be sweet if python-shell could handle these gracefully and fire a new event like 'crdata' so the consumer can gracefully handle these line updates.
stream-splitter seems like a good module that can help to accomplish this: https://github.com/samcday/node-stream-splitter
Thanks for this cool tool!