kit
kit copied to clipboard
Script Kit. Automate Anything.
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...
Fix symlink
Use file:///C:/Users/john/.kenv
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: 
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 ###...