ErrLookup › matryer/xbar
matryer/xbar
Put the output from any script or program into your macOS Menu Bar (the BitBar reboot) · Go · 130 source files
Analyzed at d624239058 on 2026-09-02. 82 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| not an xbar:// url | exception | error | url, parsing, scheme-validation, go |
| unsupported action %q | exception | error | url, parsing, unsupported-action, go |
| missing xbar.title | validation | error | metadata, validation, plugin, go |
| missing xbar.desc | validation | error | metadata, validation, plugin, go |
| missing xbar.image | validation | error | metadata, validation, plugin, image, go |
| missing xbar.author | validation | error | metadata, validation, plugin, go |
| malformed xbar.var format | validation | error | metadata, parsing, xbar-var, regex, go |
| malformed xbar.var format (missing select options) | validation | error | metadata, parsing, xbar-var, select, go |
| malformed xbar.var format (empty select options) | validation | error | metadata, parsing, xbar-var, select, go |
| malformed xbar.var format (default not in select options) | validation | error | metadata, parsing, validation, plugins |
| unknown xbar.var type: %s | validation | error | metadata, parsing, validation, plugins |
| no plugin files | exception | error | plugins, install, validation, metadata |
| error fetching plugin %s: %s | http | error | network, http, plugins, install |
| malformed parameters: missing equals | exception | error | parsing, validation, plugins |
| unable to open path %q | exception | error | filesystem, command-execution, macos |
| unable to open URL %s | exception | error | command-execution, url, macos |
| failed to open %q | exception | error | filesystem, command-execution, macos |
| error decoding plugin %s | exception | error | json, network, parsing, plugins |
| only one plugin file supported: found %d. | exception | error | plugins, install, validation, limitation |
| create directory %s for plugin | exception | error | go, filesystem, permissions, plugin-install |
| create plugin file %s | exception | error | go, filesystem, permissions, plugin-install |
| write plugin file %s | exception | error | go, filesystem, io, plugin-install |
| set executable permission on plugin entry point | exception | error | go, filesystem, permissions, chmod, plugin-install |
| write default variables | exception | error | go, filesystem, plugin-install, variables |
| ReadDir | exception | error | go, filesystem, readdir, permissions, plugins |
| disabled | exception | error | go, parsing, plugin-params, boolean |
| color | exception | error | go, parsing, plugin-params, color |
| size | exception | error | go, parsing, plugin-params, integer |
| terminal | exception | error | go, parsing, plugin-params, boolean |
| refresh | exception | error | go, config-parsing, boolean-parse |
| dropdown | exception | error | go, config-parsing, boolean-parse |
| length | exception | error | go, config-parsing, integer-parse |
| trim | exception | error | go, config-parsing, boolean-parse |
| alternate | exception | error | go, config-parsing, boolean-parse |
| emojize | exception | error | go, config-parsing, boolean-parse |
| ansi | exception | error | go, config-parsing, boolean-parse |
| bad parameter: %s (should be paramN) | validation | error | go, config-parsing, shell-params |
| unknown parameter: %s | validation | error | go, config-parsing, unknown-key |
| expected "true" or "false", not "%s" | validation | error | go, boolean-parse, config-parsing |
| expected hex string or named color | validation | error | plugins, parameters, color, validation |
| invalid hex format "%s" | validation | error | plugins, parameters, color, hex, validation |
| invalid named color "%s" | validation | error | plugins, parameters, color, validation |
| expected an int, not "%s" | validation | error | plugins, parameters, integer, parsing |
| reading | exception | error | plugins, stdout, io, parsing |
| parse stdout | exception | error | plugins, stdout, parsing, refresh |
| run in terminal script failed: %s | exception | error | plugins, terminal, macos, process |
| run in terminal script failed: %s | exception | error | plugins, terminal, linux, process |
| run in terminal script failed: %s | exception | error | plugins, terminal, windows, process |
| invalid refresh interval | validation | error | plugins, refresh-interval, validation, configuration |
| bad interval value: %d | validation | warning | go, validation, refresh-interval, input |
| bad interval unit: %s | validation | warning | go, validation, refresh-interval, input |
| %s (from %s) | exception | warning | go, parsing, filenames, refresh-interval |
| bad interval value: %s | validation | warning | go, parsing, strconv, filenames |
| json.MarshalIndent | exception | error | go, json, serialization, plugins |
| WriteFile | exception | error | go, filesystem, file-write, permissions |
| Open | exception | error | go, filesystem, file-open, permissions |
| ReadAll | exception | error | go, filesystem, io, read |
| json.Unmarshal | exception | error | go, json, parse, corrupt-file |
| loadVariables | exception | error | go, plugins, environment-variables, error-wrapping |
| load default vars | exception | error | go, plugins, metadata, missing-file |
| load json file vars | exception | error | go, json, plugins, corrupt-file |
| open vars json file | exception | error | go, filesystem, file-open, permissions |
| open plugin source | exception | error | go, filesystem, plugins, missing-file |
| read plugin source | exception | error | go, filesystem, io, plugins |
| metadata.Parse | exception | error | go, plugins, parsing, metadata |
| download update | exception | error | go, network, self-update, download |
| get executable | exception | error | go, process, self-update, os-executable |
| starting new app failed: exit code %d | exception | error | go, process, exec, self-update |
| starting new app failed | exception | error | |
| get latest release | exception | error | |
| failed to check for updates: got %s | http | error | |
| read body | exception | error | |
| marshal | exception | error | |
| time.Parse: created_at | exception | error | time-parsing, json, github-api |
| file not supported: %s | exception | error | file-format, zip, update |
| download asset | exception | error | network, http, download |
| create temp file | exception | error | filesystem, temp-file, permissions |
| find app path | exception | error | filesystem, paths, update |
| rename existing app | exception | error | filesystem, rename, permissions |
| unarchive | exception | error | zip, unarchive, corrupt-file |
| remove previous | exception | warning | filesystem, cleanup, permissions |
| Variables: ${v.name} has unsupported type ${v.type} (skippin | console | warning | javascript, svelte, plugin-metadata, unsupported-type, console-warn |