wolfsonliu/dsh-file-explorer ↗★ 0
@dsh-external/dsh-file-explorer
Floating workspace file-explorer panel for DSH Web with extensible previews
AI Analysis
在 Web 端提供悬浮的文件浏览器,支持文本、图片及二进制文件的预览。适合需要在 Web 界面中直观管理和查看工作区文件的用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wolfsonliu/dsh-file-explorerREADME
Read the full README ↗Configuration
The bundle enables the following defaults:
- insert:
- id: file-explorer
name: '@dsh-external/dsh-file-explorer'
config:
maxTextBytes: 2097152
maxImageBytes: 10485760
maxBinaryBytes: 65536
| Config | Default | Description |
|---|---|---|
maxTextBytes | 2 MiB | Max size of a single text file to preview |
maxImageBytes | 10 MiB | Max size of a single image file to preview |
maxBinaryBytes | 64 KiB | Max bytes of a binary file to read for its hexdump |