AI Agent Hub
Back to plugins
🖥️

dsh-column

Client Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-column

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install uckkk/dsh-column in your DeepSeek Harness terminal to install this plugin; the source is hosted at https://github.com/uckkk/dsh-column .

About this plugin

Formatting multi-column text such as tables, log lines, or CSV snippets inside a dsh session usually means writing a throwaway script or manually padding strings. dsh-column brings column formatting into the plugin itself: once installed, it registers a tool you can call directly in-session, eliminating the need for external scripts or extra dependencies.

The plugin is a pure Node.js implementation with no network calls and no third-party services. After installation you simply invoke the registered tool to perform column-width calculation, alignment padding, and ellipsis truncation, all completed locally with instant response and zero latency.

It is aimed at developers who regularly work with structured text in dsh workflows, whether aligning API field listings, tidying command-line logs, or quickly previewing CSV data. If you need multi-column text to look neat and readable, dsh-column is ready to use out of the box while keeping the toolchain lightweight and fully offline.

Use Cases

  • Auto-align column widths when tidying CSV or table data
  • Align multi-column log output so field boundaries are clearly readable
  • Truncate overly long fields with ellipsis when previewing structured text

Best For

  • Developers who frequently handle structured text in dsh sessions
  • CLI users who prefer lightweight, offline toolchains
  • dsh users who routinely tidy tables or field listings