background code checker for golang

docs: add air comparison

Signed-off-by: oppiliappan <me@oppi.li>

+9 -1
+9 -1
readme.md
··· 9 9 - useful error reporting: errors can be expanded/contracted, 10 10 they are sorted by priority, natively paged etc. 11 11 - good defaults: replacing `go ...` commands 12 - with `gust ...` should be sufficient to get started 12 + with `gust ...` should be sufficient to get started, no 13 + config file necessary 13 14 - highly configurable UI, commands, keybinds etc. 15 + 16 + `gust` differs from `air` in a few ways: 17 + 18 + - uses a fullscreen TUI with a native pager with 19 + highlighting for errors 20 + - supports only `go` commands (which enables parsing go 21 + compiler output) 14 22 15 23 ## gallery 16 24