Toolbox
Open in GitHub

Scripts

Utility scripts bundled as a pnpx CLI.

Repository Structure

FolderDescriptionUsage
/clipnpx CLI wrapper for scriptsRun via pnpx
/raycastmacOS workflow automationImport into Raycast
/blender3D export pluginsInstall as Blender add-ons

What's inside?

pnpx CLI

pnpx @joycostudio/scripts --help

Example usage:

pnpx @joycostudio/scripts compress ./images ./output --quality 80
pnpx @joycostudio/scripts resize ./images ./output --width 1920 --height 1080
pnpx @joycostudio/scripts sequence -z 4 ./frames ./output/frame_%n.png

β†’ View CLI documentation


Raycast Scripts

Import scripts for Raycast workflow integration.

  • get-ip.sh 🌍 β€” Copy local IP to clipboard
  • killport.sh πŸ’€ β€” Kill process on a port
  • pull-quicklinks.sh πŸ”— β€” Download the latest quicklinks collection.
  • video-first-frame.sh 🎞️ β€” Extract the first frame of a video (requires ffmpeg).

Installation

Clone the repository:

git clone https://github.com/joyco-studio/scripts.git

And follow the instalation process to add the scripts to your raycast scripts directory.

β†’ Raycast scripts folder


Blender Add-ons

Custom plugins for exporting Blender data to web-friendly formats.

  • bezier-exporter β€” Export Bezier curves to JSON for Three.js

β†’ Blender add-ons folder

Related Toolboxs