Command Line Interface¶
Commands¶
watch
: Watch directory and convert files- Arguments:
--dir
/-d
: Directory to watch for new DST files (optional)--output-format
/-o
: Output format, e.g., 'jef', 'pes' (optional)--machine
/-m
: Target machine, determines accepted formats (optional)
set
: Set default machine (alias for 'config set machine')- Arguments:
what
: What to set ('machine' only for now)value
: Value to set (if not provided, will prompt for input)
machine
: Machine-related commands- Subcommands:
list
: List all supported machines- Arguments:
--format
/-f
: Filter by file format (optional)--verbose
/-v
: Verbose output (optional)
info
: Show detailed information for a specific machine- Arguments:
name
: Name of the machine
machines
: List all supported machines (alias for 'machine list')- Arguments:
--format
/-f
: Filter by file format (optional)--verbose
/-v
: Verbose output (optional)
formats
: List supported file formatsconfig
: Configuration commands- Subcommands:
show
: Show current configurationset
: Set a configuration value- Arguments:
key
: Configuration key to set (watch-dir, machine)value
: Value to set (if not provided, will prompt for input)
clear
: Clear a configuration value- Arguments:
key
: Configuration key to clear (watch-dir, machine)
update
: Update stitch-sync to the latest version- Arguments:
--dry-run
: Check for updates but don't install them (optional)
homepage
: Open the project homepagereport-bug
: Create a new bug report on GitHubversion
: Show version and build information
Examples¶
Set your embroidery machine:
Specify a target machine for just the current session, and watch for new designs:
Watch a directory besides the default downloads directory:
Select a different output format from the default (DST):
List all supported machines:
List machines that support a specific format:
List all supported file formats:
Show detailed information for a specific machine:
Set default watch directory:
Set default machine:
Clear a configuration value:
View current configuration:
Update to the latest version:
Open the project homepage:
Report a bug:
View version and build information:
View help: