Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

tangled.sh/oppi.li/gust

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tangled.sh/oppi.li/gust

Go Modules
Version
v0.0.0-20250708122705-fa9c8f54e196
Version published
Created
Source

gust

gust is a background code-checker/live-reloader for golang projects, similar to air and bacon.

gust aims to have the following features:

  • useful error reporting: errors can be expanded/contracted, they are sorted by priority, natively paged etc.
  • good defaults: replacing go ... commands with gust ... should be sufficient to get started, no config file necessary
  • highly configurable UI, commands, keybinds etc.

gust differs from air in a few ways:

  • uses a fullscreen TUI with a native pager with highlighting for errors
  • supports only go commands (which enables parsing go compiler output)

installation

build:

$ git clone https://tangled.sh/@oppi.li/gust
$ cd gust && go build

alternatively, if you use nix:

$ nix profile install git+https://tangled.sh/@oppi.li/gust

todo

  • documentation
  • support for go test
  • live config reload

FAQs

Package last updated on 08 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts