I’ve been pretty annoyed for the last few months with using sillyfmt from the
command line on MacOS. Previously, I’d just run sillyfmt with no arguments,
which reads from STDIN and attempts to format whatever gets passed in. I would
then copy and paste interesting snippets into the open window.
Unfortunately, any large blocks of text would mysteriously truncate themselves
and hang for a bit on MacOS. I had worked around this by piping the output from
pbpaste (i.e. pbpaste | sillyfmt), but it was annoying and I tended to use
the WASM version instead (in fact, this is a lot of why there’s a WASM version
at all).