Skip to content

Instantly share code, notes, and snippets.

View PaulKinlan's full-sized avatar
🐤
Chillax-in

Paul Kinlan PaulKinlan

🐤
Chillax-in
View GitHub Profile
@PaulKinlan
PaulKinlan / worktree.sh
Last active January 11, 2026 22:25 — forked from bfollington/worktree.sh
Worktree convenience aliases
. "/Users/paulkinlan/.deno/env"
# --- Configuration ---
# TODO: Paste your Z-AI API Key here
export ZAI_API_KEY=""
# --- Tmux Workflow Commands ---
c-begin() {
local name=$1
@PaulKinlan
PaulKinlan / gist:1222849
Created September 16, 2011 19:05 — forked from ianb/gist:1222633
Web Intent use case brainstorm

Use Cases

Screen scrape microdata:

  • grab an ical event (send)
  • grab an hcard
  • atom feed
  • make note of an hreview (actually I can't think of what you'd do with an hreview)
  • ? generic grabbing, or we specifically figure out support for particular kinds of data (i.e., microformats.org specs)