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

As I don't want to have more than one tool in use for monitoring rebuilds, I want to use air to also regenerate templates in module that does not produce...

I created a basic air config with `air init`. Then i try to add a simple `pre_cmd` before `cmd` in the `.air.toml` file: ``` pre_cmd = ["echo 'hello air' >...

Hi, I'm not sure how to properly run air in my project: I have a root folder which contains the following folders: - cmd - api - internal - data...

Followed instructions to install Air via `go install` using zsh on macOS but it gives the error `zsh: command is not found: air`. Tried to follow the commands under Q&A...

Hey, thanks for this great project! I was wondering if you'd be open to adding an option that allows hiding the "air" logo on startup, or adding a custom text...

if i am importing any packages into go files, i need to disconnect to air and running go mod tidy to install packages, this is very frustrating for me, can...

F:\AI project\memos\web>pnpm i && pnpm dev Lockfile is up to date, resolution step is skipped Already up to date > memos@ postinstall F:\AI project\memos\web > cd ../proto && buf generate...

Latest air package is breaking v1.50.0 failed to solve: process "/bin/sh -c go install github.com/cosmtrek/air@latest" did not complete successfully: exit code: 1

Im trying to use `pre_cmd = ["/usr/bin/xdotool sleep 1 search --onlyvisible --classname Navigator windowactivate --sync key F5 &"]` to refresh the browser once the binary (golang echo framework) started. hence...

当我配置stop_on_error=false的时候,如果coding编译失败,就不应该删除之前构建成功的执行文件