watcher icon indicating copy to clipboard operation
watcher copied to clipboard

watcher is a Go package for watching for files or directory changes without using filesystem events.

Results 55 watcher issues
Sort by recently updated
recently updated
newest added

I found in my tests that when the files in the folder are overwritten, the folder type is returned, is this expected?

…e, you need to re-create the object Turning on the listening service again after closing the listening service with the same object will panic because the close method does not...

Steps: 1. Installed Go v1.17.1. 2. Trying to install using documented command: `go get -u github.com/radovskyb/watcher/...` 3. Got error: ``` go: downloading github.com/radovskyb/watcher v1.0.7 go get: installing executables with 'go...

I have been getting a `fatal error: sync: unlock of unlocked mutex` when using the package in my setup, although I have not been able to reproduce it in isolation...

This is not an Issue and I apoligise for it. But I wanted to ask if I'm monitoring recursively some folders, and there is a change that affects 20 files,...

This brings in work from pull request from our local fork, passed back upstream. Since nothing else has been merged upstream I'm not expecting this to either, but I'm doing...

Hello, I wanted to use the watcher to run `make` when a go file is modified. Here is how I thought it would/should work: ``` watcher -cmd="make all" *.go ```...

I've got strange behavior, out of the blue the watcher starts to produce events for almost every file in folders, REMOVE and then CREATE for the same file. At the...