air icon indicating copy to clipboard operation
air copied to clipboard

☁️ Live reload for Go apps

Results 201 air issues
Sort by recently updated
recently updated
newest added

## Gives the user, option to use a custom bash shell instead of executing with default "sh" hardcoded. Fixes #77 Now, add `shell = ` in .air.conf file and air...

eg. hyperf , laravels

enhancement
discuss

I am developing a module and a project at same time, So whenever I made a change in module(Outside root directory) I should make a change to project too(an empty...

feature-request

configs: ``` root = "/data/project" # Optional! If `watch_dir` is empty, use `root`. watch_dir = "" tmp_dir = "tmp" [build] # Just plain old shell command. You could use `make`...

I have my environment variables in a file called `dev.env` which I'd want to `source` by executing `source dev.env` before building, since the cmd command is executed inside a `sh`...

Thanks for the great project. I've recently come across a case where I have many environment variables I'd like to provide to the binary and listing them all inline with...

What do you think about a `-v` flag which specifies we want to see the list of included and excluded files on running command `air`?

🎉Thank you for your air, I like it very much. I use Gin to write code for the server. When the server will be shut down,I need to do some...

Hi. This looks like a good file watcher, but i can't use it because it does not detect windows file change events from docker container. Is it possible to use...