acryl-dsh-editor-plugin-cli
Run the following command in DeepSeek Harness:
dsh plugin install cordisplugins/acryl-dsh-editor-plugin-cli
Paste the following prompt into your AI chat to install this plugin:
Install the plugin in DeepSeek Harness by running the following command, source repo at https://github.com/cordisplugins/acryl-dsh-editor-plugin-cli : dsh plugin install cordisplugins/acryl-dsh-editor-plugin-cli
About this plugin
When you are deep in an acryl-cli terminal session and want to tweak a variable name or peek at a config file, switching to another window or an external editor breaks your flow. acryl-dsh-editor-plugin-cli registers a native /files command on the DSH TUI surface so you can browse, view, and edit local files without ever leaving the current session.
The plugin offers a directory-first file tree with arrow-key and Vim-style h/j/k/l navigation; an incremental case-insensitive name filter triggered by pressing /; a scrollable, line-numbered file viewer; and an in-place editor (press e) supporting cursor movement, character insert and delete, and newline splitting. Saving with ctrl+s writes through a same-directory temp file followed by a rename, so a mid-write failure never leaves a half-written file on disk. Escape steps back one directory, search, view, or edit level at a time until you return to the starting point and the overlay closes automatically.
This plugin is built for developers who run a TUI-centric workflow and want every file operation inside the single acryl-cli process. Cross-file recursive search, git diff, Markdown rendering, and syntax highlighting are deliberately left out; syntax highlighting in particular was evaluated and skipped on purpose, because the rendering model it requires goes beyond what the plain pi-tui Component contract provides.
Use Cases
- Quickly peek at or tweak a config file mid-session without switching windows
- Browse a project directory tree via /files and edit the target file in place inside the TUI
- Use / to incrementally filter the current directory, review line-numbered content, then edit or move on
Best For
- Power users whose daily workflow lives entirely inside a TUI
- Developers who treat acryl-cli as their primary development terminal
- Anyone who wants file operations contained in a single process to minimize context switching
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.