← Back to tools
View AGENTS.md for gup
gup
Update Go binaries installed by go install with goroutines
Description
gup updates binaries installed by go install with goroutines for parallel execution. It checks for newer versions and updates all your Go-installed binaries efficiently.
AI Summary
Parallel updater for Go binaries installed via go install
Capabilities
- + Update all Go-installed binaries
- + Parallel updates using goroutines
- + Check for newer versions
Use When
- → You have many Go binaries installed via go install
Avoid When
- x You do not use Go tools