On 2012-08-13 17:36, jerro wrote:

Rdmd already has this functionality with the --eval flag. You are
supposed to pass the code as a command line parameter, but you can use
it with files like this:

cat - test.d <<< "--eval=" | xargs -0 rdmd

I've only tried this on Linux.

Yeah, but I need to hook it up from within TextMate, which isn't a problem.

--
/Jacob Carlborg

Reply via email to