Open Issues Need Help
View All on GitHub Add a make target called release-dry-run using goreleaser about 2 months ago
help wanted medium release
Implement cursor pagination in the events command --follow mode about 2 months ago
enhancement help wanted medium cli
Add a progress spinner during API requests using charmbracelet/bubbles about 2 months ago
enhancement help wanted medium cli
Add a --from and --to time filter to the events command about 2 months ago
enhancement help wanted medium cli
Add a --type filter flag to the events command about 2 months ago
enhancement help wanted medium cli
Add retry logic on 429 and 5xx responses in internal/client/client.go about 2 months ago
enhancement help wanted medium cli
Add httptest mock server tests for the API client about 2 months ago
help wanted medium testing
Add golden file tests for ttl table output about 2 months ago
help wanted medium testing
Add golden file tests for inspect table output about 2 months ago
help wanted medium testing
Implement --json flag for the track command about 2 months ago
enhancement help wanted medium cli
Add a sorolens diff command comparing two contract IDs side by side about 2 months ago
enhancement help wanted high cli
Add Scoop manifest for Windows installation at sorolens/scoop-bucket about 2 months ago
help wanted high release
enhancement help wanted high cli
Add a config file at ~/.sorolens/config.yaml for default api-url and timeout about 2 months ago
enhancement help wanted high cli
Implement the events --follow mode with 3-second polling and dedup about 2 months ago
enhancement help wanted high cli
Add a GitHub Actions release workflow triggered on git tag v* about 2 months ago
help wanted high release
Implement goreleaser config with homebrew tap at sorolens/homebrew-tap about 2 months ago
help wanted high release
Add integration test that starts a mock API server and runs inspect about 2 months ago
help wanted medium testing
Add a --format flag supporting table, json, and csv on all commands about 2 months ago
enhancement help wanted medium cli
Add shell completion command: sorolens completion [bash|zsh|fish] about 2 months ago
enhancement help wanted medium cli
Implement --json flag for the ttl command about 2 months ago
enhancement help wanted medium cli
Implement --json flag for the inspect command about 2 months ago
enhancement help wanted medium cli
Implement --csv output for the events command about 2 months ago
enhancement help wanted medium cli
Implement the ttl command with color-coded urgency rows about 2 months ago
enhancement help wanted medium cli
Implement the inspect command table output using lipgloss about 2 months ago
enhancement help wanted medium cli
Add a --follow flag usage example to README.md about 2 months ago
good first issue trivial docs
Add .gitignore entries for dist/, *.exe, coverage/ about 2 months ago
good first issue trivial cli
Add a CHANGELOG.md with a v0.1.0 section about 2 months ago
good first issue trivial docs release
Add a Makefile target called lint that runs golangci-lint about 2 months ago
good first issue trivial cli
Add shell completion instructions to README.md for bash and zsh about 2 months ago
good first issue trivial docs
Add a --silent flag to suppress all output except errors about 2 months ago
enhancement good first issue trivial cli
Add a SOROLENS_API_URL env var check before making any request about 2 months ago
enhancement good first issue trivial cli
Add User-Agent header to all API requests in internal/client/client.go about 2 months ago
enhancement good first issue trivial cli
Add a --timeout flag to cmd/root.go with default 10s about 2 months ago
enhancement good first issue trivial cli
Add golden file for inspect command JSON output in internal/format/ about 2 months ago
good first issue trivial testing
Add a make target called install that runs go install ./... about 2 months ago
good first issue trivial cli
Add .env.example with SOROLENS_API_URL placeholder about 2 months ago
good first issue trivial docs
Add NO_COLOR detection to internal/format/color.go about 2 months ago
enhancement good first issue trivial cli
Add --limit flag default value comment in cmd/events.go about 2 months ago
good first issue trivial cli docs
Add --version flag as alias for version command in cmd/root.go about 2 months ago
good first issue trivial cli