dsh-filelens
FileLens — right-column file explorer for DeepSeek Harness: lazy directory tree, multi-format preview (Markdown/JSON/CSV/diff/log/hex/image), search & grep, tabs, inline editing with containment + version-guarded writes.
AI 分析
核心用途是在右侧栏提供完整的文件浏览器,支持 Markdown/JSON/图片等预览及编辑。适合需要在对话旁快速查看和修改代码文件的用户。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Han-Yao94/dsh-filelensドキュメント
README 全文を読む ↗Usage
Open the panel with the folder icon in the conversation header (or the details column), then:
| Action | How |
|---|---|
| Navigate the tree | click, or ↑ / ↓ / ← / → / Enter |
| Open a file | click its row (preview tab opens) |
| Open a file's folder | click a file mention in a conversation |
| Close back to the tree | Esc |
| Search names / contents | search box; toggle 文件名/内容 (name/content) mode |
| Quick open | Ctrl+P, type to filter, Enter to open |
| Find in file | Ctrl+F, Enter / Shift+Enter next / previous, Esc to close |
| Switch tabs | click, Ctrl+Tab, Ctrl+Shift+Tab, Ctrl+W closes |
| Edit a text file | the pencil button (disabled until the file is fully loaded) |
| Save / cancel | Ctrl+S or the 保存 button / 取消 |
| Zoom an image | 0.2–8× buttons, rotate, 1:1, download |
| Copy code | copy button on fenced code blocks |