Sign inSign up

getreadystack/autohotkey-toml-devicetree-snippets

By getreadystack

Updated 4 days ago

A DeviceTree overlay with status = "enabled" boots the node disabled and a TOML integer with a leadi

Image
0

88

getreadystack/autohotkey-toml-devicetree-snippets repository overview

AutoHotkey v2, TOML and DeviceTree checks for VS Code

A DeviceTree overlay with status = "enabled" boots the node disabled and a TOML integer with a leading zero stops the parser. Neither is an editor error. 22 checks and 46 snippets across 9 language packs, running offline in the editor you already have.

Run

docker run --rm -v "$PWD":/work getreadystack/autohotkey-toml-devicetree-snippets /work/file

The same 22 rules as the VS Code extension, in a container. Mount a folder on /work.

Free

  • All 22 checks and all 46 snippets on the file you have open, or on just the lines you highlight, with line numbers. No key, no account, no limit on how many files you check one at a time, and nothing leaves the machine.
  • --rules lists every rule

With a licence ($29 once)

  • Two things a single open file cannot give you. Scale: the same 22 checks across every overlay, manifest and script in the repository in one pass. Handover: the findings written out as a CSV, JSON or HTML file you can attach to a review, a ticket or a release checklist.
docker run --rm -e READYSTACK_LICENSE=<key> -v "$PWD":/work getreadystack/autohotkey-toml-devicetree-snippets --dir /work --ci

A freelance embedded software engineer bills a median of $103.27 per hour (contractrates.fyi crowdsourced rates, checked 2026-09-08). One licence costs less than twenty minutes of that hour.

Use from an AI agent (MCP)

Claude Code · Cursor · Windsurf · any MCP client - add to your MCP config:

{ "mcpServers": { "autohotkey-toml-devicetree-snippets": { "command": "npx", "args": ["-y", "@readystack/autohotkey-toml-devicetree-snippets", "--mcp"] } } }

Tools: check_text and check_file (free) · check_dir (licence; the full sweep is free for 7 days). The agent gets every finding with the line number.

Use in CI

- name: AutoHotkey v2, TOML and DeviceTree checks for VS Code
  run: npx -y @readystack/autohotkey-toml-devicetree-snippets --dir . --ci

(container: docker run --rm -v "$PWD:/work" getreadystack/autohotkey-toml-devicetree-snippets --dir /work --ci)

Try the full run free for 7 days — no key needed. Then one licence, 7-day refund, no questions. Set READYSTACK_LICENSE=<key> or run --license <key> once.

Get a licence

Tag summary

Content type

Image

Digest

sha256:d54fe21c0

Size

46.1 MB

Last updated

4 days ago

docker pull getreadystack/autohotkey-toml-devicetree-snippets