Skip to content

Instantly share code, notes, and snippets.

View bmp-jaller's full-sized avatar

J. Aller bmp-jaller

View GitHub Profile

Text Transformation Prompts

Short system prompts for transforming dictated text (usually processed by OpenAI Whisper) into specific formats and styles and for various purposes.

Date

Timestampped export on May 30, 2025

Creation

  1. Open Automator.app
  2. Create new Quick Action
  3. Select Run AppleScript
  4. Add this:
set inputVolume to input volume of (get volume settings)
if inputVolume = 0 then
	set inputVolume to 100
	display notification "Volume set to 100" with title "✅ Microphone is on"