You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`sync`| Auto-sync one subtitle to a video or reference subtitle |
191
+
|`shift`| Shift subtitle timing by milliseconds |
192
+
|`batch`| Process many pairs from `--folder`, `--video-dir`+`--subtitle-dir`, or repeated `--pair`|
193
+
|`config`|`get` / `set` / `unset` / `list` / `path` for the user config JSON |
194
+
|`version`| Print version |
195
+
196
+
**Exit codes:**`0` success · `1` at least one sync failed · `2` usage or config error · `130` SIGINT.
197
+
198
+
**JSON mode** (`--json`) writes structured results to stdout (one object per sync; for `batch`, NDJSON plus a final `{"summary": ...}` line) while human-readable logs go to stderr. Pipe straight into `jq`:
0 commit comments