Terminal comment viewer
go install github.com/limero/koment@latest
koment <url>
koment --plain <url> # print output and exit (no TUI)
koment demo
Run all tests offline:
go test ./...
Run all tests with actual calls to external services:
TEST_EXTERNAL=true go test ./...