Show HN: Browse GitHub repos in Emacs without cloning

· devtools · Source ↗

TLDR

  • remoto.el lets Emacs users read and navigate GitHub repositories directly inside Emacs using the GitHub API, no local clone needed.

Key Takeaways

  • remoto.el is an Emacs package by agzam that provides in-editor GitHub repo browsing without a git clone step.
  • It targets the common read-only exploration workflow: skimming code, checking file trees, reviewing unfamiliar repos.
  • The package uses the GitHub API rather than plain HTTP file fetching, which enables structured repo navigation but requires API access.
  • Distributed as a GitHub-hosted package, it follows the standard Emacs package contribution model.

Hacker News Comment Review

  • The key technical question raised immediately: whether the GitHub API is strictly required or whether plain HTTP could serve the same files, suggesting some users want a lighter, token-free path.
  • No substantive debate on use cases or correctness; discussion was brief and early-stage, with the r/emacs community linked as the more active venue.

Original | Discuss on HN