Skip to content

Instantly share code, notes, and snippets.

View tayiorbeii's full-sized avatar

Taylor Bell tayiorbeii

View GitHub Profile
import "@johnlindquist/kit"
const replaceAll = await npm('just-replace-all')
// Name:
let cutsToMake = [
{
"from": "00:00:00",
"to": "00:25:58.98",
"desc": "part01"
},
import "@johnlindquist/kit"
// Name: whisper-colab-download-commands
let originalFilenames = await drop()
let dlCommands = originalFilenames.map(x => {
return [`files.download("${x.name}.txt")`, `files.download("${x.name}.srt")`, `files.download("${x.name}.vtt")`,]
import "@johnlindquist/kit"
// Name: bullets-to-paragraphs
let outdent = await npm('tiny-dedent')
let replaceAll = await npm('just-replace-all')
let chunkArray = await npm('chunk')
import "@johnlindquist/kit"
// Name:
let outdent = await npm('tiny-dedent')
let replaceAll = await npm('just-replace-all')
let chunkArray = await npm('chunk')
import "@johnlindquist/kit"
// Name:
let replaceAll = await npm('just-replace-all')
let chunkArray = await npm('chunk')
let txtFiles = await drop()
import "@johnlindquist/kit"
// Name:
let outdent = await npm('tiny-dedent')
let replaceAll = await npm('just-replace-all')
let chunkArray = await npm('chunk')
import "@johnlindquist/kit"
// Name: bullets-to-paragraphs
let outdent = await npm('tiny-dedent')
let replaceAll = await npm('just-replace-all')
let chunkArray = await npm('chunk')
import "@johnlindquist/kit"
// Name:
let template = `
Summary::
***Tools / Concepts / Notable Files**
***Questions for Clarifications**
***Additional Content Ideas**
***Video Notes**
import "@johnlindquist/kit"
// Name:
let outdent = await npm('tiny-dedent')
let replaceAll = await npm('just-replace-all')
let chunkArray = await npm('chunk')
import "@johnlindquist/kit"
// Name:
let originalFilenames = await drop()
let dlCommands = originalFilenames.map(x => {
return `!whisper "${x.name}" --model medium --language English`