ErrLookup › charmbracelet/vhs
charmbracelet/vhs
Your CLI home video recorder 📼 · Go · 28 source files
Analyzed at c073383b5d on 2026-09-02. 29 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Invalid command: ${literal} | validation | error | parser, tape-file, invalid-command |
| Wait+ expects Line or Screen | validation | error | parser, wait-command, invalid-argument |
| Wait expects positive duration | validation | error | parser, wait-command, duration |
| Invalid regular expression '${literal}': ${err} | validation | error | parser, wait-command, regex |
| Expected time after ${literal} | validation | error | parser, duration, missing-argument |
| Modifiers must come before other characters | validation | error | parser, ctrl-command, key-order |
| Not a valid modifier | validation | error | parser, ctrl-command, invalid-argument |
| Invalid control argument: ${literal} | validation | error | parser, ctrl-command, invalid-argument |
| Expected control character with args, got ${literal} | validation | error | parser, ctrl-command, missing-argument |
| Expected alt character, got ${literal} | validation | error | parser, alt-command, missing-argument |
| Expected shift character, got ${literal} | validation | error | |
| Expected file path after output | validation | error | |
| Expected folder with trailing slash | validation | error | |
| Unknown setting: ${literal} | validation | error | |
| Invalid regexp pattern: ${literal} | validation | error | |
| ${windowBar} is not a valid bar style. | validation | error | |
| "${marginFill}" is not a valid color. | validation | error | |
| expected boolean value. | validation | error | |
| ${literal} expects one string | validation | error | |
| ${literal} expects string | validation | error | |
| Expected path after Source | validation | error | parser, syntax, source |
| Expected file with .tape extension | validation | error | parser, validation, file-extension |
| File ${srcPath} not found | validation | error | filesystem, source, file-not-found |
| Unable to read file: ${srcPath} | validation | error | filesystem, permissions, source |
| Source tape: ${srcPath} is empty | validation | error | parser, validation, empty-file |
| Nested Source detected | validation | error | parser, source, recursion |
| ${srcPath} has ${count} errors | validation | error | parser, source, aggregate-errors |
| Expected path after Screenshot | validation | error | parser, syntax, screenshot |
| Expected file with .png extension | validation | error | parser, validation, file-extension, screenshot |