Skip to content

User Guide

KaiUR edited this page May 5, 2026 · 22 revisions

User Guide

The Interface

Toolbar

Button Action
☰ Menu Access all app functions
↻ Refresh Re-sync scripts from all sources
⚙ Settings Open the settings dialog
↧ Deps Install/update Python dependencies

The top-right of the toolbar shows the current version and an update notification if a newer version is available.

Search Bar

The filter bar below the toolbar filters scripts in the current tab in real time. Type any text to filter by name or purpose. Clear it to show all scripts. Filtering is case-insensitive — searching iges matches IGES Export Curve AXIS.

Tab Bar

Each tab corresponds to a script folder from the repository. Click a tab to switch categories. When more tabs exist than fit the window, ◄ ► arrows appear. Use the mouse wheel over the tab bar to scroll.

Script Buttons

  • Left-click the button to run the script
  • Hover the i badge on the right to see the script tooltip (Purpose, Author, Version, Date, Description)
  • Right-click for the full context menu

Status Bar

Shows sync progress, script launch status, and exit codes at the bottom of the window.

Running Scripts

Click any script button to run it. The app will:

  1. Verify the script SHA hash against GitHub to confirm it has not been tampered with
  2. Launch Python with the script path
  3. Show the status in the status bar

Console Options

Configurable in Settings:

  • Show console — opens a visible Python console when the script runs
  • Keep console open — window stays open after the script finishes so you can read output and errors
  • Without Show console, scripts run silently in the background

Run with Arguments

Right-click any script → Run with Arguments... to pass custom command line arguments.

Keyboard Shortcuts

Shortcut Action
F1 Open Help
F5 Refresh + Sync
F9 Run last script
Ctrl+Tab Next tab
Ctrl+Shift+Tab Previous tab

System Tray

When Minimize to Tray is enabled, closing the window hides the app to the system tray. Double-click the tray icon to restore it. Right-click the tray icon for a menu with Restore, Refresh, and Exit options.

Clone this wiki locally