Manual
EN / JA

Script list

The main screen for managing, searching, and running your scripts.

Quick access

  • All scripts
  • Favorites
  • Recently used (last 10)

Categories

User-defined groups. Colors are auto-assigned. Click the + button to create a new category.

Automation PRO

  • Batch runs
  • Schedules (planned)

Store PRO

  • Team Store (planned)

Click the search bar or press Ctrl + K to focus it. Case-insensitive, substring match.

View modes

Toggle between list view and grid view.

Creating a script

Click New. The Free plan allows up to 10 scripts; the remaining count is shown.

Script cards

Each script is shown as a card with:

  • Play icon — click to run (shows a spinner while running)
  • Script name (bold)
  • Description
  • Category badge
  • Last-updated date
  • Run count
  • Last status (success / error)
  • Favorite star

What happens when you click Run

  1. Preset fields are validated
  2. If validation fails, an error dialog appears
  3. If runtime fields exist, the runtime input modal opens
  4. If there are no runtime fields and validation passes, the script runs immediately
  5. Output streams live into the console

Right-click menu

ItemWhat it does
RunRun the script
EditOpen the editor
DuplicateCreate a copy of the script
ExportSave as a .pybes file
Create shortcutSave a .pybesrun launcher file (see Runner)
Change groupMove the script to a different category
DeleteDelete the script

Import / export

Export

From the right-click menu, choose Export. The export modal offers:

  • Include default values — whether to embed the preset field values in the file
  • Encrypt on export PRO — set a password and AES-encrypt the .pybes file. Passwords must be at least 4 characters. Share the password with the recipient so they can import it.

If the code or field values contain network paths, a warning appears.

Import

Click Import and select a .pybes file, or drag the file directly onto the script list.

For encrypted files, a password prompt appears. A wrong password triggers a shake animation and an error message.

If the script already exists, you can choose Update or Create new.

Key point: Exported files contain everything — the code and the input-field settings. Recipients just import and go. The basic flow is also covered in Getting started.

Group management

Right-click and choose Change group. You can pick an existing group, create a new one, or move the script back to uncategorized. Group colors are assigned automatically.

Favorites

Click the star icon to toggle. Use Favorites in the sidebar to see all starred scripts.

Deleting

Right-click and choose Delete. A confirmation dialog appears.

Note: Deletion cannot be undone.

Execution panel

A panel at the bottom of the screen streams output live. Multiple runs are shown as tabs, and the panel is resizable.