kit
kit copied to clipboard
Script Kit. Automate Anything.
but node_modules do exist in .kenv folder
I wrote a script that should immediately schedule a call with someone, send calendar invites with google meet link and auto-join the link. I got it running without scriptkit, but...
### Discussed in https://github.com/johnlindquist/kit/discussions/1257 Originally posted by **IanGrainger** May 16, 2023 Win11 here. My script has a confirmation at the end of a run - and I often leave it...
Greetings. 👋🏼 Should this button read Authorize ScriptKit?  When I saw this, for a moment, just a quick second, I thought I was giving John Lindquist access to create...
# My Install Failed. What Should I Do? There are a wide variety of reasons why the app may fail to install across all the platforms/configurations/machines. That's why I extracted...
Attempting to drop a file the "no drop" mouse cursor is displayed and drops are ignored:  ``` // Name: Drop Test import "@johnlindquist/kit" let files = await drop(); let...
**Layout** I have a shared kenv cloned into my `.kenv/kenvs/shared` folder, which holds a couple of scheduled scripts. **Current Behavior** Scheduled scripts in that secondary kenv aren't scheduled and don't...
Specifiying a `defaultValue` for `arg` doesn't scroll the list to reveal the corresponding item. **Current behavior** The item indicated by `defaultValue` is selected (`'15'` in this example), but not scrolled...
When running edit(path) vscode opens with that folder, but it opens an empty file, which I have to close each time, also it prevents the previously opened files to open
Trying to produce a widget which enables dropping all kinds of stuff and passing them through a certain pipeline. ```typescript import '@johnlindquist/kit'; const render = () => md(` # Drop...