// Watch: metadata 👀

Script Kit now supports // Watch: metadata

// Watch: ~/projects/thoughts/**/*.md
let { say } = await kit("speech")
say("journal updated")
  • // Watch: supports any file name, glob, or array (Kit will JSON.parse the array).
  • Scripts will run on the "change" event
  • Read more about supported globbing

Read about the other metadata

I would LOVE to hear about scenarios you would use this for or if you run into any issues 🙏

Discuss Post