fswatch icon indicating copy to clipboard operation
fswatch copied to clipboard

Watch file change, and trigger commands. (Cross platform)

Results 3 fswatch issues
Sort by recently updated
recently updated
newest added

When trying to run the sample code from README.md , got an error line 11: could not find expected ':', because there is no space after colon(":") .

Hi, it would be very helpful if you could add github releases to your versions so that it's easier to pin down to a specific version. Thanks a lot!!!

Is there a way to watch external directories (outside the current project) Like: ```yaml pattens: - '**/*.go' - '**/*.yml' - '$GOPATH/src/gitlab.com/my-library/**/*.go' ``` I am building some packages that live outside...

enhancement