vivadicta-cli-usage
vivadicta cli usage
Use this skill when you need to run or design a vivadicta command. Covers canonical flags, output formats, env vars, exit codes, and the full subcommand map.
Preconditions
- VivaDicta.app installed at
/Applications/VivaDicta.app. vivadictaon$PATH(install viabrew install n0an/tap/vivadicta).- UI app running is only required for write commands (
rewrite,transcribe,job). Reads work standalone.
Command discovery
Prefer --help over guessing:
vivadicta --help
vivadicta search --help
vivadicta transcribe --help
More from n0an/vivadicta-cli-skills
vivadicta-vault-export
Export a transcription to Obsidian-ready markdown with YAML frontmatter using vivadicta get --output markdown. Use when the user wants a dictation record as a markdown file in their vault or any shell pipeline expecting markdown.
1vivadicta-search-and-rewrite
Find a past transcription by natural-language query or keyword and rewrite it with an AI preset using vivadicta. Use when the user wants to turn existing dictation into action items, an email, a summary, or any other preset output.
1vivadicta-transcribe-flow
Transcribe a local audio file or YouTube URL end-to-end with vivadicta, handling blocking vs async, progress, and error recovery. Use when the user wants speech from an audio source saved into their VivaDicta history.
1