I would like to see a "-print" option to the pd
executable which will then print the patch names
following it into somehow configurable postscript
files. This would have several uses: Especially it
would allow users to create "screenshots" of a lot of
Pd patches in a simple and fast way - like in bash:
$ for i in *.pd; do pd -print $i; done