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

I am using the latest version Script Kit macOS 3.19.1 It seems that some documentation is missing. For example, I can use the input option in the dark function to...

On my Intel MBP 16" with touchbar and macOS 15.2, Script Kit (3.11.10) crashes each time, I type escape. I just need to open it, type escape and it crashes....

ScriptKit crashes on startup. I have deleted `~/Library/Application Support/Kit` and retried, and I get the same result. Startup from console: ```text ╰─❯ /Applications/Kit.app/Contents/MacOS/Kit ─╯ 16:13:18.361 › 📀 Stored KENV: /Users/dave/.kenv...

```js let filePath = await drop() dev(filePath) ``` after I drop files from finder: ![Screenshot 2024-10-07 at 08 52 05](https://github.com/user-attachments/assets/450163cb-71fc-43e2-8a7c-d58070200089)

As the title states, calling `getSelectedText()` will give you the currently selected text in whatever application is open. However, it also copies that text to the clipboard. This is, in...

## Overview Code review of `app-launcher.ts` from React Core and TypeScript (Anders Hejlsberg) perspectives reveals critical type safety issues and imperative patterns that hurt maintainability. ## 🔴 Critical Issues ###...

enhancement