Versions:
Doc-exec is a lightweight utility published by Combostrap that lets technical writers and developers run the code snippets embedded in Markdown or other documentation formats without leaving the editor. Designed for the Documentation category, the tool parses fenced code blocks, detects the declared language, and spins up the appropriate runtime in an isolated sandbox, displaying stdout, stderr, and exit status directly beneath the original snippet. This immediate feedback loop accelerates tutorial writing, API cookbook maintenance, and DevOps run-book validation by removing the need to copy commands into a separate terminal. Version 1.1.0 refines the sandboxing layer, adds support for Python 3.12 and Node 20 LTS, and introduces a configurable timeout knob to prevent long-running examples from hanging the build. Because Combostrap maintains two concurrent release lines, users who need legacy compatibility can still obtain the previous major version while new projects default to the 1.x branch. Typical use cases include CI pipelines that gate documentation pull requests on executable examples, open-source projects that want to guarantee every console listing stays current, and internal knowledge bases where operators can click “run” beside a maintenance script instead of pasting it manually. The CLI accepts single files or entire directories, updates exit badges in place, and generates JUnit-style logs for easy integration with existing test reporters. Doc-exec is available for free on get.nero.com, with downloads provided via trusted Windows package sources such as winget, always delivering the latest version, and supporting batch installation of multiple applications.
Tags: