kit
kit copied to clipboard
Script Kit. Automate Anything.
The AppImage for Linux x64 is invalid on Ubuntu 22.04 x64 After setting executable permissions it still fails. ``` ~/Downloads$ ./Kit-Linux-1.79.5-arm64.AppImage bash: ./Kit-Linux-1.79.5-arm64.AppImage: cannot execute binary file: Exec format error...
I just tried to create a new snippet in the 2.0 release candidate and got this error: ``` Cannot read properties of null (reading '1') TypeError: Cannot read properties of...
I'm pretty new to this awesome app, just wondering since everything is being kept in `~/.kit`, should we give it a permission `700` so only the user has access to...
Hi 👋 First off, love this project. Post Sonoma upgrade though, it looks like `setActiveAppBounds` is seeing Kit as the "frontmost" app here: https://github.com/johnlindquist/kit/blob/1827ac44a6ae33f771348bae144b4f38dfe97152/src/lib/desktop.ts#L314 Was able to get around it...
Example: ``` const num:any = 123 await clipboard.writeText(num) ``` I know that if correctly typed it will not allow for a non-string to be passed, but I think it should...
Hi John 👋 I'm a Windows User which implemented a own version of snippets I have a json file which operates as my database ```json { "snippetGroups": [ { "id":...
I have an auto-hiding dock and it's positioned on the left side of my screen. Whenever I open `Kit.app`, my hidden dock appears and gets stuck on the screen until...
Support to use the following environment XDG variables as base directories for` .kit .kenv .knode` ``` XDG-CONFIG-HOME XDG-DATA-HOME XDG_STATE_HOME XDG_CACHE_HOME ``` [XDG Spec](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) if not set then use ``` KIT...
Hi, I'm having troubles running python with the $ command or exec command on mac, running into issue with python modules not working. running the same commands in Terminal /...
Hey @johnlindquist, I just tried to add import from a local kenv in a random folder and received this error: ``` Error: Could not find main module for @johnlindquist/kit Error:...