Issues Browser

Issues Browser is a local forge metadata backup and offline browser for issues, pull requests, and discussions. It syncs correspondence into SQLite under a central .issues/archives tree so you can search offline and keep history if a remote disappears.

It is not a ticket tracker for filing new work. Personal draft/submit workflows live under AMDphreak/.issues/submissions/.

Features

  • Central archives: archives/<host>/<owner>/<repo>/database.sqlite

  • Issues + PRs by default + discussions

  • Sync guardrails for large/forked repos

  • CLI with ProHelp progressive help (?)

  • issuesd daemon + system tray for monitored repos

  • SDLang forge profiles (GitHub implemented; GitLab stub)

Requirements

  • gh CLI authenticated (GitHub)

  • SQLite via bundled d2sqlite3 (see Installation)

Quick start

  1. Sync: issues-browser --sync <repo-path> --yes

  2. List: issues-browser --list owner/name

  3. Monitor: issues-browser --monitor-add owner/name then run issuesd

  4. Browse with the GUI or CLI search