go-watcher icon indicating copy to clipboard operation
go-watcher copied to clipboard

Watch your .Go files and restart your processes without any configuration hassle

Results 32 go-watcher issues
Sort by recently updated
recently updated
newest added

It does not work with the following message: ``` $ watcher 2019/10/24 21:02:15 build started Building .... 2019/10/24 21:02:17 build completed Running ... 2019/10/24 21:02:17 process interrupted: signal: killed ```...

taras@taras-Z370-HD3P /media/taras/Storage/source/server-panel $ watcher 2018/02/10 17:52:26 build started Building .... 2018/02/10 17:52:27 build completed Running ... 2018/02/10 17:52:27 Could not run the go binary: exec: "-.-533426": executable file not found...

With each file change, we are sending SIGKILL command for killing the running process. The problem is, it would leave some open connections behind. For the programs that require graceful...

enhancement

I've seen no new commits in a number of years and as newer go versions are released issues are being encountered here.

It seems this is unmaintained but figured I'd raise this anyway. A reason I usually `go build -o app.exe ; ./app.exe` is to keep security software from treating each compilation...

Getting errors while on `go get`: ```sh build github.com/canthefason/go-watcher/cmd/watcher: cannot load gopkg.in/fsnotify.v1: cannot find module providing package gopkg.in/fsnotify.v1 ``` Could this one be related? * https://github.com/sipin/gorazor/issues/57

It removes original outputs colors. **Before:** ![Screen Shot 2020-01-15 at 22 59 26](https://user-images.githubusercontent.com/1254613/72466982-0ccfab00-37eb-11ea-90bd-a577f176921e.png) **After:** ![Screen Shot 2020-01-15 at 22 59 40](https://user-images.githubusercontent.com/1254613/72466980-0c371480-37eb-11ea-83c1-ec41095ffd31.png)

addes support for .watch file where one can list the directors outside the watching path to watch the list of directors should be in relative paths separated by \n