wolfsonliu/dsh-file-explorer0

@dsh-external/dsh-file-explorer

Floating workspace file-explorer panel for DSH Web with extensible previews

AI Analysis

在 Web 端提供悬浮的文件浏览器,支持文本、图片及二进制文件的预览。适合需要在 Web 界面中直观管理和查看工作区文件的用户。

Package
@dsh-external/dsh-file-explorer
Version
0.1.0
License
MIT
Last updated
Aug 16, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wolfsonliu/dsh-file-explorer

Configuration

The bundle enables the following defaults:

- insert:
    - id: file-explorer
      name: '@dsh-external/dsh-file-explorer'
      config:
        maxTextBytes: 2097152
        maxImageBytes: 10485760
        maxBinaryBytes: 65536
ConfigDefaultDescription
maxTextBytes2 MiBMax size of a single text file to preview
maxImageBytes10 MiBMax size of a single image file to preview
maxBinaryBytes64 KiBMax bytes of a binary file to read for its hexdump