Script Kit 1.53.22 - April 2023 Release
- Download from https://www.scriptkit.com/
- Join our Discord: https://discord.gg/qnUX4XqJQd
- Sponsor to Keep Script Kit Growing ❤️ (and unlock the debugger): https://github.com/sponsors/johnlindquist/sponsorships?sponsor=johnlindquist
Features
await mic()
Using await mic will return a buffer of the audio recorded from your microphone.
await webcam()
Using await webcam will return a buffer of the image captured from your webcam.
Resizing
The prompt will now grow and shink to match the length of the list of options.
You can also manually control the size of prompts by using the new PROMPT
constants:
Terminal "Close on Exit"
The terminal will now automatically close when you exit the command.
Note: By default, it start a shell (zsh/bash/cmd.exe for mac/linux/windows), so you'll need to run
&& exit
after your command
You can also use the shell
option to disable the shell and just run the tool directly:
Note: Also fixed some resizing bugs with the terminal.
Windows App Launcher
Press ;
from the main menu to launch the App Launcher.
Thanks to @dodgez: https://github.com/johnlindquist/kit/pull/1161
Note: We still need a Linux App Launcher if anyone wants to take a stab at it :)
Custom Fonts
You can now use custom fonts with the UI. In your ~/.kenv/.env
file, add:
Experimental: Shebang Scripts 🎉
Add a script in your ~/.kenv/scripts
directory with a shebang:
Then run it from the main menu
Experimental: Windows .bat
Files
Mac and Linux users have always had executables they could run in the terminal in the ~/.kenv/bin
dircetory. Now, on Windows, Script Kit will generate .bat
files associated with each script that you can run from the terminal.
Info Choices
We now have a custom "info" choice that isn't selectable, but shows up in the list to present the user with additional information about the input/list:
Removing npm
requirement
When you run a script with a missing module, it will catch the error and prompt you to install it. This removes the requirement of the await npm()
, but you can still use it if you find it more convenient.
The examples and scripts that I share from now on will no longer use await npm()
, but I have no plans to deprecate it.
Fixes
- Lots of little improvements around the
chat
component. - Some solid performance improvements
- Upgrading to lots of the latest libraries
Call for Help: Disable Window Animation on Windows?
If anyone knows how to disable the window animation on Windows (the one that transparently zooms in when you open a window), please let me know because I think it's super annoying and I'd love to disable it in the app. For now, I strongly recommend disabling it globally on Windows:
- Open the Settings app by pressing the Windows key + I.
- Click on “Ease of Access”.
- Scroll down to “Other options” and click on “Visual options”.
- Under “Play animations in Windows”, toggle the switch to “Off”.
One Last Thing...
Script Kit AI course part 1 dropping this week... 💥