Toolbox
Scripts
A collection of utility scripts organized by usage pattern..
Installation
git clone https://github.com/joyco-studio/scripts.git📁 Repository Structure
| Folder | Description | Usage |
|---|---|---|
/public | Image processing scripts | Curl & run via HTTP |
/raycast | macOS workflow automation | Copy-paste into Raycast |
/blender | 3D export plugins | Install as Blender add-ons |
What's inside?
/public — HTTP-Linkable Scripts
Scripts fetched and executed directly via HTTP. Add to package.json without cluttering your project.
compress.py— Batch compress images to WebPrename.py— Sequential file renaming for image sequencesresize.py— Batch resize by dimensions or scale
/raycast — Raycast Scripts
Copy-paste scripts for Raycast workflow integration.
get-ip.sh🌍 — Copy local IP to clipboardkillport.sh💀 — Kill process on a portquicklinks.sh🔗 — Pull new links from the quicklinks collection.
Make sure to follow the instalation process to add the scripts to your raycast scripts directory.
/blender — Blender Add-ons
Custom plugins for exporting Blender data to web-friendly formats.
bezier-exporter— Export Bezier curves to JSON for Three.js