Voice Memos to Markdown

voice2md is a Mac menu-bar app that watches a folder and turns voice recordings into well-named markdown files for a personal wiki. It first tries to pull transcripts directly from Apple Voice Memos metadata, then falls back to local whisper.cpp — keeping everything private. Output is plain markdown with frontmatter and a verbatim transcript, with optional AI summaries via Claude, Azure OpenAI, or Ollama. The app is intentionally minimal (no diarization or multi-language support) and acts as an inbox for a wiki agent that files notes automatically. This small utility turns voice memos from a chore into a frictionless flow from voice to personal wiki.
📖 Read More

How to Auto-Switch Claude Code Accounts by Directory

Tired of accidentally asking your work AI about your side project's spaghetti code? This shell function automatically switches Claude Code profiles based on your directory, so your work conversations stay professional and your personal projects stay personal. Add a few lines to your .zshrc, and never manually specify --profile again. Your future self will thank you.
📖 Read More