fresh icon indicating copy to clipboard operation
fresh copied to clipboard

Build and (re)start go web apps after saving/creating/deleting source files.

Results 59 fresh issues
Sort by recently updated
recently updated
newest added

Hi there, I'm using `fresh` on Windows 10 inside a Docker container. `fresh` seems to build the project correctly the first time, but on subsequent rebuilds will fail with `go...

Add an ability to throw flags into target app. ``` fresh -- -flag="hello" ```

Minimal case, ``` func main () { log.Println ("Hello There! %Y %s", "123") } ``` And you will see this in fresh, ``` 15:24:52 app | 2016/05/16 15:24:52 Hello There!...

use `go list -f '{{ join .Deps "\n" }}'` command to detect which path should be watch.

Sometimes you want to manually trigger rebuild so this PR allows you to do that by pressing `CTRL + Z` which send `SIGTSTP`.

support copy os.Args to runner, eg. `fresh -c fresh.conf -f conf.json` will set ` -f conf.json` to build_name os.Args

I use https://github.com/valyala/quicktemplate for templating, which requires running a qtc command which generates go code from templates to be included before the build. Is there a way to specify a...

i have 2 project/service on the same directory (and subdirectory), one listen on 3000, and other one 8088 with https://github.com/codegangsta/gin i can do this: ``` gin -i -b service1 #...

`go build` doesn't cache, it could be fine to use the cache of `go install`