transcribe.mjs
6 lines 286 B
Raw
sha256:e3574dcaff08ff0d4a7d80b81c9d7c720727f3aa6e4e062e39224019e2f761c9 Initial seed: CLI-first Knowtation with SKILL.md, vault, and docs Agent 136 days ago
1 #!/usr/bin/env node
2 /**
3 * Transcribe audio/video → one vault note per recording (transcript + frontmatter).
4 * Usage: node scripts/transcribe.mjs <file> [--out vault/media/audio/]
5 */
6 console.log('Transcribe: stub. Implement transcribe → vault note; optionally trigger indexer.');
File History 1 commit
sha256:e3574dcaff08ff0d4a7d80b81c9d7c720727f3aa6e4e062e39224019e2f761c9 Initial seed: CLI-first Knowtation with SKILL.md, vault, and docs Agent 136 days ago