Skip to content

Instantly share code, notes, and snippets.

@tayiorbeii
Last active October 17, 2022 17:31
Show Gist options
  • Save tayiorbeii/b8abab84d8d09549c4600d489b1b5139 to your computer and use it in GitHub Desktop.
Save tayiorbeii/b8abab84d8d09549c4600d489b1b5139 to your computer and use it in GitHub Desktop.
import "@johnlindquist/kit"
// Name:
let originalFilenames = await drop()
let dlCommands = originalFilenames.map(x => {
return `!whisper "${x.name}" --model medium --language English`
})
await copy(`${dlCommands.flat().join('\n')}`)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment