CompileDaemon icon indicating copy to clipboard operation
CompileDaemon copied to clipboard

Very simple compile daemon for Go

Results 35 CompileDaemon issues
Sort by recently updated
recently updated
newest added

It's really annoying to search the console for the current output after multiple rebuilds, the console simply becomes a mess. It would be great to clear the console before approaching...

Hi, while using CompileDaemon on Windows 10 Pro I encountered a strange problem. When I run it as follows `CompileDaemon.exe -command="hello.exe"` I get the following output ``` 2017/07/21 06:24:36 Running...

CompileDaemon seems to strip any color coming from the running binary that its watching.

Since the logger buffer isn't flushed until another newline is found it's possible that the output that CompileDaemon generates can be affected by ANSII escape sequences that haven't been terminated...

CompileDaemon is great. Thank you. It could use an additional feature to beep if a build breaks. I'm using it while building a web app. I usually have it running...

This adds command line options for actions to be executed after successful builds and failed builds. It lets you ring a terminal bell, or print an attention getting banner on...

Go 1.18 added go.work for local development. Is it hard to support go.work file

I have a project that's working great on my Mac (in docker with virtiofs). But when the same container is run in WSL no changes are detected automatically. Polling does...

Hi, I'm trying to use CompileDaemon with Docker, but it is not recompiling when saving files, it works locally, but not in the docker container. I'm in MacOS and this...

ran the following in visual studio console in Windows 10 go version go1.20.1 windows/amd64 first I did a go get: > go get github.com/githubnemo/CompileDaemon then go install > go install...