wavedrom / cli

CLI for WaveDrom

Home Page:https://wavedrom.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Read from stdin when filename is '-'

sunflowr opened this issue · comments

I need a way to pipe from stdin to wavedrom-cli. I was happy when I found the old issue with a fix for this. Unfortunately it seems that this fix was later removed again. Is there any plan to add support for this again?

As I'm using it with pandoc as a filter, it would be great if I could also use - as filename on output to redirect to stdout as well.

Now that this is fixed, can you release a new version of wavedrom-cli so this would be available through npm install -g?