wallento / wavedrompy

WaveDrom compatible python command line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[ Pull Request ] Allowing input from stdin

K4zuki opened this issue · comments

I made a change to allow input from stdin like:

cat input.json | wavedrompy -s output.svg

via following commit:

K4zuki/wavedrompy@e977fb9

As the repo above is forked from a different repo, I am unable to raise a PR directory.
Could you please merge?

Hi, yes, I was planning to get it moved to another org. Let me do that first and then we can directly PR to that. Thanks!

Hi, I have done it slightly differently in 3dac659. It keeps the interface identical to the wavedrom cli where -i is always required. Despite I agree with you, that it should work that way you want it..