sn (stack noise) -- Make your Go stack traces more readable
If you're using sn, you probably have Go installed:
go install github.com/djfritz/sn@latest
sn is a simple command that deduplicates goroutines in a Go stacktrace, removes what are often unneeded pointers and register contents, and displays the stacktrace in a TUI.
