cursive-ide / cursive

Cursive: The IDE for beautiful Clojure code
581 stars 7 forks source link

support redirect of standard input and standard output from configuration #2872

Open aschofie opened 8 months ago

aschofie commented 8 months ago

In a standard intellij java Application configuration, there are the options (tucked away in the modify options pulldown), to redirect both standard input from a file, and standard output to a file. This would be great to have in cursive configurations. I tried just adding a "> out" but this gets interpreted as a program argument.

Edit: Major bonus points if this could also be made so that one configuration could run another configuration, and redirect its output to that configuration's input.