kit icon indicating copy to clipboard operation
kit copied to clipboard

Script Kit. Automate Anything.

Results 161 kit issues
Sort by recently updated
recently updated
newest added

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? ![image](https://github.com/johnlindquist/kit/assets/317033/507edc15-0243-4c24-aaed-c012f4ba591a) 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: ![drop-scriptkit](https://user-images.githubusercontent.com/52425/213816363-e4a0ae50-5828-4f27-917b-29fd7279f113.gif) ``` // 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...