A VS Code/Cursor extension that lets you transcribe speech to text using OpenAI's Whisper model. Just hit Cmd+Shift+I to start recording and Cmd+Shift+U to stop and get your transcription in the clipboard.
Requirements
You'll need to install:
Sox for audio recording: brew install sox
Whisper for transcription: pip install -U openai-whisper
Features
Start recording: Cmd+Shift+I (Ctrl+Shift+I on Windows/Linux)
Stop recording and transcribe: Cmd+Shift+U (Ctrl+Shift+U on Windows/Linux)
Automatic clipboard copy of transcription
Status bar indicator while recording
Known Issues
First recording may require microphone permission in System Preferences
Currently Mac-only due to pbcopy usage for clipboard