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

macOS Monterey Version 12.4 MacBook Air (M1, 2020) Script Kit 1.20.5 (Apple silicon) As soon as I hit Caps Lock after launching, the app will quit I did `cmd+;` then...

I was trying to set this up with the executable on my windows 11 computer. I got this error when trying to install 1.20.5 ![image](https://user-images.githubusercontent.com/638764/178410743-1549cbb4-9f05-49f5-8688-9619ebc5203b.png) After I removed /.kit and...

Wanted to have a script that would go to JIRA (where I need to login) and get a list of my open JIRAs to search through.. The login requires username/password...

Just discovered this project and I'm very excited about it. I'd like to stay on top of developments via your blog, but I found there is no RSS or JSON...

Installing packages and apps with [Homebrew](https://brew.sh) is sooo convenient, I'd love to install Script Kit just by launching `brew install --cask scriptkit` and back it up in my dotfiles.

I did a fresh install of Kit on Windows 11 and was surprised that the idle CPU is quite high: ![image](https://github.com/johnlindquist/kit/assets/7239518/403fd391-cd34-42a0-9e9d-48be6fe2fc76) The application was not in the foreground and I...

As shown in the screenshot, I'm already logged in to GitHub and use Enter to run commands. The last two UI buttons are unnecessary. Could you please add an option...

Running: `await inspect(42);` Results in: ``` The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received type number (21) TypeError [ERR_INVALID_ARG_TYPE]: The "data"...

See https://discord.com/channels/804053880266686464/1149451928556814366/1238247376611840040

`Kit 2.9.4` Consider this minimal repro: ```ts import '@johnlindquist/kit' await arg('Test', [ { name: 'Test', actions: [ { name: 'Do something', onAction: () => console.log('Action executed'), shortcut: 'ctrl+j', }, ],...