watchitmove
v0.0.1
Published
Move a watched file
Downloads
4
Readme
watchitmove
Copy a file to another location when it changes
Install
Install globally
npm install -g watchitmove
Start
In current working directory
watchitmove -w /var/log/system.log
Specify out path
watchitmove -w /var/log/system.log -o ~/dump
Custom watch interval (miliseconds)
watchitmove -w /var/log/system.log -o ~/dump -i 500
Usage
watchitmove -h
Bugs
License
MIT