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

add homebrew install https://formulae.brew.sh/cask/kit

I'm running `Kit-Linux-1.79.5-x86_64.AppImage` and the initial install seems to go just fine, I get the setup window where the rest of the install process is shown as well as a...

After initial install of ScriptKit using the publicly available AppImage. I tried to use the `Clipboard History` script (which I think is the built-in one?), but it always seems to...

The `// Pass` metadata is behaving weirdly when the passed input begins with a hyphen `-`. Input: `-4.5` Expected Result: `{"pass":"-4.5"}` Actual Result: `{"4":0.5,"pass":true}` Script to replicate: ```ts // Name:...

Running "Focus Window" script does not show anything in the list. Debugging [the script](https://github.com/johnlindquist/kit/blob/main/src/main/focus-window.ts) it seems that `w.name !== ""` is always `false` on my machine. Here's an example logging...

Clicking the top menu icon > `Permissions` > `Request Input Monitoring Access` doesn't open the macOS settings window. Looking at the `kit.log` I see: ```txt [2024-01-07 14:43:29.427] [info] 👀 Status:...

Was trying out the example, seems the `span` is required to get to the anchor now. Without: ``` [2024-01-11 22:32:22.571] [info] [] ``` With: ``` [2024-01-11 22:33:35.211] [info] [{"link":"https://github.com/johnlindquist/kit","title":"kit"},{"link":"https://github.com/johnlindquist/angularjs-plugin","title":"angularjs-plugin"},{"link":"https://github.com/johnlindquist/react-streams","title":"react-streams"},{"link":"https://github.com/johnlindquist/angular-resolve","title":"angular-resolve"},{"link":"https://github.com/johnlindquist/rx-handler","title":"rx-handler"},{"link":"https://github.com/johnlindquist/intro-to-angular2","title":"intro-to-angular2"}] ```

EDIT: Sorry, didn't realize Feature Requests should go in Discussions 🙏🏼 https://github.com/johnlindquist/kit/discussions/1423 Based on the example in `TIPS.md` > [Adjust the CSS of Choices](https://github.com/johnlindquist/kit/blob/main/TIPS.md#adjust-the-css-of-choices) Expand code... ```ts import "@johnlindquist/kit" let...

I installed ScriptKit on an Apple Silicon Mac. Once I installed I pressed cmd-; and it flashes a window for less than second and then goes away. Seems it can't...

Getting the below output when trying to run the sample code from [this tutorial](https://egghead.io/lessons/script-kit-scrape-a-website-on-a-schedule-with-script-kit). Attaching a gif to document. ![kit-playwright](https://user-images.githubusercontent.com/520541/215671043-97ed40f6-a3cf-45ce-b88a-ad003525eec6.gif) ``` $ cd /Users/mheavers/.kit [21:05:28.881] [info] at async file:///Users/mheavers/.kenv/scripts/scrape-indice-repairabilite.js:10:19 at...