Record the screen AND audio straight off the system audio engine — no microphone, no loopback driver (BlackHole/Loopback), no virtual cable. Scope the audio to a single app (e.g. Renoise) or grab all system audio. Apple-native ScreenCaptureKit. Ctrl-C stops and finalizes the .mov.
TUI session picker for Claude Code. Lists sessions for a folder, ⏎ resumes with --dangerously-skip-permissions. Opens in iTerm. Usage /sessions [folder] (default current project).
Open a Smart Folder for a known concept (Schauberger, Tesla, Russell, etc.) and speak a caption via Voicebox. Zero LLM in the hot path — dict lookup + .savedSearch + local Kokoro TTS. Usage /show , /show --list, or /show --add [name].
Throwaway Smart Folder. Generates a .savedSearch in /tmp and opens it in Finder. Usage /smart , /smart , /smart --query " ", or /smart --from [scope] to view only the images referenced by that wiki page.
Tile windows into a non-uniform auto-sized grid. /snap = every visible foreground app, one cell per app. /snap = that app's windows tiled (case-insensitive substring match). /snap targets a specific display. /snap --screens lists displays.
Compile workflow scripts to Spotlight-reachable .app bundles in /Applications/AppleToolbox/Apple-Workflows/. Usage /spotlight-export (all) or /spotlight-export finder music (subset).
Bootstrap tag-button .apps for every Finder tag you've ever used. Auto-discovers tag names + colors from xattrs of all your tagged files. Drops one Tag .app per tag into /Applications/AppleToolbox/Apple-Tag-Apps/ — ⌘-drag the ones you want onto Finder toolbar. With args, builds a specific subset. Usage /tag-app…
Build + open the "Tag: Process" Finder Quick Action Shortcut. After import, enable for Finder and drag to the toolbar. One click tags all selected files with process. Usage /tag-process.
Finder tag helper — list/add/set/remove/clear tags, find files by tag, link related files together, or generate a Smart Folder from tags. Apple-native (xattr + plistlib + mdfind). Usage /tag ... (run /tag with no args to see the full help).