Intellij Idea a simple file watcher for copying a file from one directory to another

Viewed 387

I want a file watcher for Intellij Idea which would copy my file from one directory to another after I modified it.

1 Answers

I solved it like this:

enter image description here

I used Program cat then specified Argument as FileName macro, Output paths to refresh like where to save output. Then I set Create output file from stdout.

Related