dsh-json-to-table
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-json-to-table
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-json-to-table inside DeepSeek Harness to install the plugin; the full source repository is available at https://github.com/uckkk/dsh-json-to-table .
About this plugin
Pasting a deeply nested JSON blob straight into a terminal is hard to scan quickly, and reformatting it by hand into a table wastes precious time. dsh-json-to-table tackles exactly that pain point with a pure Node.js implementation that renders a JSON array or object into a column-aligned ASCII table, entirely on the local machine. It makes no network calls and depends on no external services. Once installed, you simply invoke the registered tool in a session and receive a clean, readable table right where you are.
The plugin is a natural fit for developers who live in CLI-heavy workflows, inspect structured data frequently, and prefer lightweight, zero-dependency tooling. There is no browser to open and no third-party API to hit. Just a quick local command that lays the data out into tidy columns for easy visual comparison, copy-paste into docs or chat windows, and quick sanity checks before committing or shipping.
Use Cases
- Quickly browse a JSON array returned by an API in the terminal
- Align object fields into a tidy table and paste it into docs or chat
- Convert nested JSON into a readable table in a fully offline environment
Best For
- Developers who frequently inspect structured data in the CLI
- Power users who prefer zero-dependency, locally running tools
- Engineers who need to format JSON in offline or air-gapped environments
Related Plugins
A service-oriented sidebar framework for DSH, offering a full workbench with file explorer, embedded browser, real terminal, Git panel, and extensible plugin services.
A beautiful, practical Claude Code-style TUI plugin with pixel whale top bar, flowing glow title, real-time status line, streaming thought expansion, time rewind, context progress bar and TPS gauge — zero core changes.
The plugin market for DeepSeek Harness: browse/search/one-click install community plugins and themes, with updates, backup/restore, hot disable, diagnostics, and AI fix.
A persistent whale widget on the DSH web UI that shows DeepSeek balance, today's usage, and per-turn cost, with drag-and-snap and sound effects.