I want a file watcher for Intellij Idea which would copy my file from one directory to another after I modified it.
I solved it like this:
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
.