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 (
?) -
issuesddaemon + 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
-
Sync:
issues-browser --sync <repo-path> --yes -
List:
issues-browser --list owner/name -
Monitor:
issues-browser --monitor-add owner/namethen runissuesd -
Browse with the GUI or CLI search
See Forge metadata backup and Usage.