Skip to content

Scripts

Scripts let you automate desktop interactions — launching apps, typing text, pressing keys, clicking, and scrolling — and optionally record the screen while the script runs.

Script list
The scripts view showing automation scripts

A script is a sequence of steps, each performing a specific action:

Step TypeDescriptionParameters
launchOpen an application or URLtarget
typeType text into the active windowtext, delay (ms)
keypressPress a keyboard shortcutkeys
clickClick at screen coordinatesx, y, relative
scrollScroll in the active windowdirection, amount
moveMove the cursorx, y

Navigate to the Scripts view and click +. Add steps in order — they’ll execute sequentially when you run the script.

Snipsy can record your interactions as you perform them:

  1. Click the record button to start capturing
  2. Perform your actions normally — Snipsy records mouse clicks, keystrokes, and cursor movement
  3. Click stop to finish recording
  4. The recorded steps appear as a script you can edit and replay

When running a script, you can enable screen recording via FFmpeg. The script actions play out while the screen is captured to a video file.

Scripts include a platform field indicating which OS they were recorded on. Since screen coordinates and application paths differ between platforms, scripts are generally platform-specific.