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

Is there any way how to run Kit on Chromebook - Linux version is not using tray and that's the reason why it is not working correctly. Many thanks for...

Text styles added in the second argument of `div()` do not apply to strings inside `md()`. For example, the following behaves as expected: ```await div("Hello world!", "bg-blue-300 text-red-500 text-2xl p-5");```...

Hey! thanks for this lovely tool. I have an issue where running scrape in headless vs none headless mode, getting a different result ```ts const newReleases = await scrapeSelector("https://music.youtube.com/new_releases/albums", "#items",...

I was in a state where script kit could run the intro script, but nothing with an NPM dependency. So, I updated that stuff. Now, it can't even run the...

ChatGPT example provided by ScriptKit does not work After installed required npm packages, and entered OpenAI API Key, I can see the chat interface, but after entering my question, nothing...

ScriptKit seems awesome so far! ...but when open the ScriptKit app (with "Cmd ;") and then hit the semicolon key again for the app launcher, it waits for a few...

When I change the activation shortcut via "Change activation shortcut" option in windows the file reflect the change but it continues to use the default one. File "C:\Users\[username]\.kit\db\shortcuts.json" after chage...

Hi, just to clarify : It's my first bug report. Sorry if I'm not specific enough about the issue. I installed ScriptKit a few days ago. Made my first script...

The crash below happened after macOS destroyed the main app window because it got interrupted by another program. I to no extent an Electron expert, that being said: it looks...

``` Error: spawn C:\Users\jp.hwang\AppData\Local\Programs\kit\resources\fallbacks\windows\clipboard_x86_64.exe ENOENT at r (C:\Users\jp.hwang\AppData\Local\Programs\kit\resources\app.asar\main.prod.js:2:553520) at n (C:\Users\jp.hwang\AppData\Local\Programs\kit\resources\app.asar\main.prod.js:2:553691) at ChildProcess.e.emit (C:\Users\jp.hwang\AppData\Local\Programs\kit\resources\app.asar\main.prod.js:2:553832) at Process.ChildProcess._handle.onexit (node:internal/child_process:291:12) ``` at ClientRequest. (C:\Users\jp.hwang\AppData\Local\Programs\kit\resources\app.asar\main.prod.js:2:865411) at Object.onceWrapper (node:events:628:26) at ClientRequest.emit (node:events:513:28) at TLSSocket.socketErrorListener (node:_http_client:481:9)...