dsh-text-lines
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-text-lines
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-text-lines in a DeepSeek Harness terminal; the source is at https://github.com/uckkk/dsh-text-lines. After installation, add the plugin to dsh.profile.bundles in your profile to start using it.
About this plugin
Deduplicating, sorting, and counting lines are three of the most frequent operations you perform over logs, data files, and code inventories. Offloading them to an online service means switching contexts, sharing data externally, and waiting on a network round-trip. dsh-text-lines folds these three line-level tasks directly into your conversation so a single tool call returns the result.
The plugin is written entirely in Node.js with no network calls, no external services, and no third-party SDK dependencies. Once registered in your profile, you invoke its tool inside a session and receive deduplicated, sorted, or counted output immediately. Because every step runs locally, the workflow is easy to audit and well suited to environments where data must never leave the machine.
It is a good fit for anyone who routinely cleans logs, tidies data rows, or needs quick line-level statistics over batches of text—all while keeping the toolchain dependency-free and the data local. If minimalism, transparency, and zero external I/O matter to your workflow, this plugin adds exactly the utilities you need without adding anything you do not.
Use Cases
- Deduplicating repeated lines in server logs
- Sorting and deduplicating batches of text data
- Counting line occurrences in code or data files
Best For
- Developers who routinely process logs and data rows
- Security-conscious users who keep data local
- Engineering teams that prefer a zero-dependency toolchain
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.