Dettivo

§ Use case · Raycast

Raycast workflows with Dettivo

Use the Dettivo CLI inside Raycast script commands. `dettivo --json transcript latest` gives you the newest transcript reference; `dettivo transcript export --kind <kind> --id <uuid> --format md --out <file>` writes markdown for follow-on actions.

Who this is for

Raycast power users who want voice-captured content available everywhere, clipboard quicklinks, script commands, snippets.

Example: Raycast script command

#!/bin/bash

# @raycast.title Latest Dettivo Transcript
# @raycast.mode silent
# @raycast.icon 🎙️
# @raycast.packageName Dettivo

tmp="$(mktemp -t dettivo-latest).json"
dettivo --json transcript latest > "$tmp"
cat "$tmp" | pbcopy
echo "Copied"
§ Related

Just launched

Just launched on your Mac.

One-time license, three active Macs, lifetime updates. $45 once, forever yours.