I have conversion/import scripts generating beancount data programmatically and for testing these it would be very convenient if I could pipe their output straight into bean-check. At the moment I use a simple bash script to cat STDIN to a tmpfile then run bean-check on that. It works, but it would be nice to have this out of the box. Not urgent, but nice to have.