Skip to content

Instantly share code, notes, and snippets.

View stephengodderidge's full-sized avatar

Stephen Godderidge stephengodderidge

  • Microsoft
  • Remote
View GitHub Profile
@stephengodderidge
stephengodderidge / ghostty-windows-roadmap.md
Created May 21, 2026 15:26
Ghostty on Windows — research notes and roadmap (May 2026)

Ghostty on Windows — Research & Roadmap

Research notes compiled May 2026. Based on the Ghostty GitHub repo, ghostty.org, and Mitchell Hashimoto's libghostty blog post.

Current State

No native Windows GUI exists. Ghostty ships on macOS (official binaries) and Linux (distro packages). However, the core parsing/state library — libghostty-vt — already supports Windows and WASM.

libghostty vs libghostty-vt

@stephengodderidge
stephengodderidge / QuipDocEditor.js
Created April 11, 2024 14:15
TamperMonkey script to make a Quip doc look like a paper in Word or Google docs.
// ==UserScript==
// @name Make a quip doc an actual Doc
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Add a doc-like user interface to quip.
// @author You
// @match https://quip.com
// @icon https://www.google.com/s2/favicons?sz=64&domain=quip.com
// @grant none
// ==/UserScript==
@stephengodderidge
stephengodderidge / nuke.js
Last active February 22, 2024 20:02
Tamper Monkey Script that replaces all HTML of specific sites with a simple message. Default block of YouTube, but can support any URL
// ==UserScript==
// @name Ambition
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Replace any website with your own HTML.
// @author You
// @match https://www.youtube.com
// @match https://www.youtube.com/shorts/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com
// @grant none