Toolbox

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