🩺 Troubleshooting
Fixes for common auth, clipboard, rendering, and fzf issues.
- GitHub auth error: If the API call fails, run
gh auth statusandgh auth login. - No comments found: Try
--all,--include-outdated, or--resolved. Also check filters like--author,--file,--since/--until. - Refresh (Ctrl-R) fails: Check the error message in the preview pane.
Common causes:
- Not authenticated: run
gh auth statusandgh auth login - Network issues: ensure GitHub is reachable
- If refresh shows an error, your old list is preserved automatically
- Not authenticated: run
- Search/filter not working: Just start typing in fzf — it searches across filenames, authors, and dates.
- Clipboard not working: Install
pbcopy(macOS),xclip/xsel(Linux). On WSL, addpbcopy() { clip.exe; }to your shell or installwin32yank. - Colors look noisy: Use
--no-coloror setNO_COLOR=1. Piping output? Prefer--no-color. - fzf not launching: Ensure
fzfis installed and yourTERMis notdumb(use a real terminal). On macOS, run$(brew --prefix)/opt/fzf/installto enable key bindings. - jq version: Requires jq >= 1.6 (for
fromdateiso8601). Check withjq --versionand upgrade if needed. - Markdown rendering: If
glow/mdcatare missing, plain text is shown. Install one for nicer previews. - Open in editor (Ctrl-E) does nothing: Set the
EDITORenv var, or ensurecodeis available for VS Code. Falls back tovim. - Large PRs: Extremely long diff hunks are collapsed for performance in previews. Currently up to 100 comments per thread are fetched.