Qingzhou-Joshua/dsh-dev-toolbox

Qingzhou-Joshua★ 0TypeScript最后同步: 2026-08-14

在 GitHub 打开

DeepSeek Harness plugin—a simple toolkit for developers.

README 摘要

Dev toolbox English 中文 A local converter on the dsh web composer row. JSON, URL, Base64, timestamps, and UUIDs run in the browser: no model call, no network. In any session, the code icon to the right of + opens the panel. The last tab is remembered; input and output are not written to disk. Three footer actions apply to every tool: - Load from composer — copies the current draft into this tab's input (not UUID). - Copy output — clipboard. - Insert into composer — replaces an empty draft, otherwise appends after a newline, then closes the panel. Inputs larger than 512 KiB characters are rejected so a paste cannot freeze the tab. JSON Pretty-print compacted or handwritten JSON, minify it, check that it parses, or turn plain text into a JSON string literal. Button Effect Format JSON.parse , then print with two-space indent Minify one line, no extra whitespace Validate parse only; the text is left unchanged Escape the whole input as a JSON string, including quotes: a "b" → "a \"b\"" Unescape parse a JSON string; if there are no wrapping quotes, the text is tried as string content Use Format for objects and arrays, not Unescape. Find Search under the output. The haystack is the output …

在 GitHub 查看完整 README →
Tools / Devdeepseek-harnessdsh-plugin

分类