Script Kit v1.48.0 - February 2023 Release #1093
johnlindquist
announced in
Announcements
Replies: 3 comments 12 replies
-
|
Hey, I just installed this version and the app got stuck. I don't know how to kill it, I tried killing all process with kit in the name, and the icon in the bar is still there and shows a spinning wheel when I hover it |
Beta Was this translation helpful? Give feedback.
6 replies
-
|
As far as I know, I only access that folder when I do "go to definition" on
core types in my editor. Other than that, unless there is some script
misbehaving I didn't changed anything there.
Do you know why is kit still offering me to upgrade in the context menu ?
El vie., 3 feb. 2023 21:34, John Lindquist ***@***.***>
escribió:
… That's odd. I don't see 1.48.0 anywhere in the logs. I can't tell what
happened. The log reads like Kit.app was opened with something in ~/.kit
broken, so it froze. Any chance you were changing files in ~/.kit?
—
Reply to this email directly, view it on GitHub
<#1093 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AARKJWLK6BLSLTCCQPO5U73WVVTURANCNFSM6AAAAAAUPRCA6U>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
4 replies
-
|
So, the only way to update is the script kit app itself? What if it gets
stuck again? How can I confidentially kill it? I mean, what should I grep
for when I do `ps -ef | grep ....` The last time I tried, there was like
100 kitt processes.
…On Sat, Feb 4, 2023 at 3:44 PM John Lindquist ***@***.***> wrote:
Also note, the npx tool doesn't update Kit.app, it only updates the SDK.
It's meant to be used when you've downloaded the latest Kit.app from
scriptkit.com and it fails to install. Not for updates.
—
Reply to this email directly, view it on GitHub
<#1093 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AARKJWOSPU7XZVR3BM4KYD3WVZTLZANCNFSM6AAAAAAUPRCA6U>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
---
https://danielorodriguez.com
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
Script Kit v1.48.0 - February 2023 Release
Download Script Kit v1.48.0 from: https://scriptkit.com
Watch release video:
https://www.youtube.com/watch?v=FQg8AL539_M
Drag and Drop Widgets
Widgets now support
onDropandonMouseDownhandlers.onMouseDowncan be used in conjunction withstartDragto create drag and drop widgets as seen below.You can put any sort of logic in the
onDropsuch as processing files usingffmpeg, uploading files to a server, etc, etc.The widget
setStatecan be used to show files/progress/etc in effect creating tiny application crafted just for you 🤩// AliasMetadataHave a script you run often? Use
// Aliasto jump that script to the top of the list when that alias is hit:Fixes for Windows/Linux Installs
After a huge influx of users since the beginning of the year on a variety of different systems and setups, we've been able to test and fix most of the issues that have popped up around various setups with a huge focus on the installation process for Script Kit on Windows and Linux.
If you're finding that you're having issues installing Script Kit, please see this discussion: #1052
Beta Was this translation helpful? Give feedback.
All reactions