background code checker for golang

docs: add readme

+22
+22
readme.md
··· 1 + # gust 2 + 3 + `gust` is a background code-checker/live-reloader for golang 4 + projects, similar to [air](https://github.com/air-verse/air) 5 + and [bacon](https://github.com/Canop/bacon). 6 + 7 + `gust` aims to have the following features: 8 + 9 + - useful error reporting: errors can be expanded/contracted, 10 + they are sorted by priority, natively paged etc. 11 + - good defaults: `gust .` should be sufficient to get 12 + started 13 + - highly configurable UI, commands, keybinds etc. 14 + 15 + ## gallery 16 + 17 + ![scrot1](https://cdn.oppi.li/h4g.png) 18 + 19 + ![scrot2](https://cdn.oppi.li/s1n.png) 20 + 21 + ![scrot3](https://cdn.oppi.li/keg.png) 22 +