Back to browse
GitHub Repository

Browse GitHub repos without cloning

62 starsEmacs Lisp

Browse GitHub repos in Emacs without cloning

by iLemming·Apr 26, 2026·24 points·14 comments

AI Analysis

●●SolidCozyNiche Gem

Press C-x C-f with a GitHub URL and browse without cloning.

Strengths
  • Genuinely clever integration with core Emacs workflows: Dired and find-file
  • Saves disk space and time by avoiding full repo clones for browsing
  • Focused scope does one thing well without feature bloat
Weaknesses
  • Only useful for Emacs users, which is a very small audience
  • Early stage: 18 stars, limited documentation on edge cases
Target Audience

Emacs users who browse GitHub repositories frequently

Similar To

magit · gh.el · browse-at-remote

Post Description

Wouldn't be nice to press <C-x C-f> (find-file) and instead of a file path, give it a GitHub URL, and then just browse the repo in Dired?

Similar Projects