watch-run icon indicating copy to clipboard operation
watch-run copied to clipboard

[Deprecated] Re-execute a given command everytime something changes in a specific directory

Results 3 watch-run issues
Sort by recently updated
recently updated
newest added

Added {absolute} and {relative} placeholders in the ran command, so user can use it dynamically.

Hi, I tried using watch-run (to create css from less) but did not get patterns working. The following works for me (with npm): `"scripts": { "watch": "watch-run npm run-script less-to-css",...

I wasted some time figuring out why the command didnt run correctly. Without the `--`, this command will run, but missing flags/options. `watch-run -i -- rsync -rv --update ./* user@host:/path`...