Usage
Use the webstray starlight command to interact with WebStray Starlight CLI.
Options
Usage: webstray starlight [options] [command]
WebStray Starlight CLI
Options:
-h, --help Display help for command
Commands:
get [options] <username> <repository> Download a repository preview to your Desktop
help [command] Display help for commandget
Use the get command to download a repository preview image directly to your Desktop.
Examples
Basic Download
Download a preview with default settings:
webstray starlight get webstraycom cliCustom Styling
Download a preview with a custom title, light theme, and rounded corners:
webstray starlight get webstraycom cli --title "WebStray CLI" --light --radius 20Visual Variants
Use monochrome progress bars and sharp corners:
webstray starlight get webstraycom cli --styled --sharpOptions
Usage: webstray starlight get [options] <username> <repository>
Download a preview image to your Desktop
Arguments:
username GitHub username
repository GitHub repository name
Options:
-t, --title <text> Custom title
-r, --radius <number> Border radius (default: "0")
--light Use light theme
--single Show only primary language
--sharp Sharp corners for progress bar
--styled Monochrome progress bar
-h, --help Display help for command