cd binarygoose.dev/content/projects/clrsync
cat usage.md

Usage

CLI

List Available Themes

Display all palettes in the configured palettes_path:

clrsync_cli --list-themes

Apply Default Theme

Apply the theme specified by default_theme in configuration:

clrsync_cli --apply

Apply Specific Theme

Apply a theme by name (must exist in palettes_path):

clrsync_cli --apply --theme cursed

Apply from Custom Path

Apply a theme from an arbitrary file path:

clrsync_cli --apply --path /path/to/theme.toml

Show Color Variables

Display all available color variables:

clrsync_cli --show-vars

Custom Configuration

Use an alternate configuration file:

clrsync_cli --config /path/to/config.toml --apply

Help

clrsync_cli --help

GUI

Launch

clrsync_gui
exit