AI Agent Hub
Back to plugins
🖥️

dsh-reveal-files

Client Updated 2026.08.24

Run the following command in DeepSeek Harness:

dsh plugin install yumm007/dsh-reveal-files

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

Install the plugin by running dsh plugin install yumm007/dsh-reveal-files; the source repository is available at https://github.com/yumm007/dsh-reveal-files . Restart the web profile after installation to activate it.

About this plugin

In the DeepSeek Harness chat, every file an assistant produces shows up as a small chip in the Produces row. Clicking it opens the file directly—handy for a quick peek, but not when you want to copy the path, locate the file in Finder or Explorer, or bounce a terminal open in the right directory. dsh-reveal-files turns each chip into a compact dropdown so all four actions are one click away.

The menu offers Open, Copy path, Show in file browser, and Open directory in terminal. Platform-specific commands handle the heavy lifting: open -R on macOS, xdg-open on Linux, explorer /select on Windows, and native terminals (Terminal.app, gnome-terminal, cmd, and friends) launch frontmost and cd-ed into the file parent folder, each in its own fresh window. Relative paths resolve against the session working directory, and any errors appear inline in red while the menu stays open. The whole plugin ships with zero runtime dependencies beyond the harness itself, and menu labels follow the UI locale.

If you run dsh web on a desktop and find yourself constantly copy-pasting paths after an assistant round, this is the quiet quality-of-life upgrade for your workflow. macOS and Windows work out of the box; Linux needs a display server or WSL.

Use Cases

  • Locating a produced file in Finder or Explorer with one click after an assistant turn
  • Copying an absolute file path instantly for use in scripts, docs, or other tools
  • Opening a frontmost terminal cd-ed into the file directory to keep working

Best For

  • Desktop developers running dsh web for daily AI-assisted coding
  • Developers who batch-generate or edit files with an assistant and immediately need filesystem access
  • Power users who switch between terminal and file browser constantly and value zero wasted clicks