Command Line Interface
Automate screen capture, recording, and workflows directly from your terminal or scripts using the powerful XerahS CLI.
xerahs [command] [options]
captureCapture a screenshot of the entire screen, a specific window, or a selected region.
xerahs capture --fullscreen
xerahs capture --region "100,100,500,500"
recordStart a screen recording. Supports FFmpeg and modern platform-native APIs.
xerahs record --duration 10
xerahs record --output "recording.mp4"
workflowExecute a specific named workflow or ID directly.
xerahs workflow "Upload to Imgur"
xerahs workflow --id "67f116dc"
listList available workflows, encoders, and destinations.
xerahs list workflows
configView or modify application configuration values via the CLI.
xerahs config set "Uploaders.Imgur.Anonymous" true
backup-settingsCreate a backup of all current application settings and workflows.
xerahs backup-settings --output "./backup.json"
verify-recording: Test the recording pipeline with automated verification.compare-capture: Capture and compare images for regression testing.