rselbach / rfw

Simple utility to watch for file changes and run a command

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rfw is a very simple tool to watch for changes in one of more paths and run a command whevener a change is detected.

This is mostly done for my own use.

Example:

rfw -path . -path ./something go run .

If anything changes in either . or ./something, then rfw will execute go run .

Note that rfw explicitly ignores chmod

About

Simple utility to watch for file changes and run a command

License:MIT License


Languages

Language:Go 100.0%