FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Introducing codespaces.el: The Best Way to Use GitHub Codespaces
How-ToTools

Introducing codespaces.el: The Best Way to Use GitHub Codespaces

via Dev.tof4ban1mo ago

If you're an Emacs user and a fan of GitHub Codespaces, I have great news for you! I've taken over maitenance of: f4ban / codespaces.el Emacs support for easy access to GitHub Codespaces. codespaces.el About This package provides support for managing GitHub Codespaces in Emacs and connecting to them via TRAMP . It provides a handy completing-read UI that lets you choose from all your created codespaces. Here is an example use-package declaration: ( use-package codespaces :config (codespaces-setup) :bind ( " C-c S " . # 'codespaces-connect )) You will need to: Have the GitHub command line tools ( gh ) installed If you use use-package-ensure-system-package , Emacs can install this for you automatically: ( use-package use-package-ensure-system-package :ensure t ) ( use-package codespaces :ensure-system-package gh :config (codespaces-setup)) Authorize gh to access your codespaces: Running gh codespace list will verify if permissions are correctly set. You can grant the required permission

Continue reading on Dev.to

Opens in a new tab

Read Full Article
35 views

Related Articles

Why this Marshall is the first soundbar I've tested that truly challenges my Sonos Arc Ultra
How-To

Why this Marshall is the first soundbar I've tested that truly challenges my Sonos Arc Ultra

ZDNet • 1d ago

This App Makes Even the Sketchiest PDF or Word Doc Safe to Open
How-To

This App Makes Even the Sketchiest PDF or Word Doc Safe to Open

Wired • 1d ago

References: The Alias You Didn’t Know You Needed
How-To

References: The Alias You Didn’t Know You Needed

Medium Programming • 1d ago

Pointers: The Concept Everyone Says Is Hard
How-To

Pointers: The Concept Everyone Says Is Hard

Medium Programming • 1d ago

Learning a Recurrent Visual Representation for Image Caption Generation
How-To

Learning a Recurrent Visual Representation for Image Caption Generation

Dev.to • 1d ago

Discover More Articles