Skip to content

Add terminal GitHub repository browser - #9

Draft
cursor[bot] wants to merge 2 commits into
mainfrom
cursor/project-codebase-enhancement-b236
Draft

Add terminal GitHub repository browser#9
cursor[bot] wants to merge 2 commits into
mainfrom
cursor/project-codebase-enhancement-b236

Conversation

@cursor

@cursor cursor Bot commented May 16, 2026

Copy link
Copy Markdown
Contributor

Issue

Visitors can open Jakob's GitHub profile from the terminal, but they cannot discover and jump directly to specific repositories from the site. This makes the terminal emulation less useful for surfacing systems-programming projects and other GitHub work.

Proposed improvement

Add a terminal repository browser that merges curated project metadata with Jakob's live public GitHub repositories, making repos searchable and directly accessible from terminal commands.

Changes

  • Added repository catalog helpers for merging curated projects with GitHub API repo data.
  • Added repo [name-or-slug], repo --list, repo --lang C, repo --search term, and repos [filter] behavior.
  • Kept repo with no arguments as a GitHub profile shortcut.
  • Added githubOwner site config and README docs for the repository browser.
  • Added unit tests for catalog merging, parsing, filtering, output formatting, and fallback paths.

Acceptance criteria

  • repo --lang C lists systems-programming C repositories from the terminal.
  • repo jakobs-ls-remake displays repo detail and opens the source repository.
  • If the GitHub API is unavailable, curated repositories still render.

Verification

  • pnpm check passed via pre-push hook (lint, format check, coverage, build).
Open in Web View Automation 

cursoragent and others added 2 commits May 16, 2026 12:04
Co-authored-by: Jakob Langtry <jjalangtry@users.noreply.github.com>
Co-authored-by: Jakob Langtry <jjalangtry@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant