Skip to content

Instantly share code, notes, and snippets.

View josmithiii's full-sized avatar

Julius Smith josmithiii

View GitHub Profile
@josmithiii
josmithiii / README.md
Last active May 18, 2026 22:50
Claude Code status line: 1M-token context usage with color-coded percentage, plus weekly rate-limit usage (Pro/Max)

Claude Code status line -- context and plan usage

A custom status line for Claude Code that shows the model name, percentage of the 1M-token context window consumed (color-coded green/yellow/red), exact token counts, 5-hour-session and weekly rate-limit usage (Pro/Max plans), the session ID, plus the familiar user@host:dir (branch) prefix.

Example output:

@josmithiii
josmithiii / README.md
Last active May 18, 2026 05:08
Voice-to-text using Whisper with AI assistant and Emacs integrations

voice

Voice-to-text transcription using OpenAI Whisper, with integrations for AI coding assistants and Emacs.

Requirements

  • openai-whisper: pip install openai-whisper
  • sox: brew install sox (for the rec command)
  • ffmpeg: brew install ffmpeg