173787247/dsh-wsl-path1

dsh-wsl-path

DeepSeek Harness tool: convert WSL Linux and Windows paths with /mnt/c caveats.

包名
dsh-wsl-path
版本
0.1.0
许可证
MIT
最近更新
2026年8月29日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:173787247/dsh-wsl-path

dsh-wsl-path

DeepSeek Harness tool: path_convert — convert between Linux (/home, /mnt/c) and Windows (C:\, \\wsl$\) paths, with /mnt/c caveats.

Part of dsh-wsl-kit.

中文说明 ↓


English

Why

Agents and humans constantly mix /mnt/c/Users/... and C:\Users\..., or need \\wsl$\Ubuntu\home\... for Windows apps. This tool does the conversion and explains drvfs vs Linux FS trade-offs (CRLF, chmod, git).

Tool

ArgDefaultMeaning
path(required)Absolute Linux or Windows path
directionautoauto / toWindows / toLinux

Install

dsh plugin --profile web add github:173787247/dsh-wsl-path

Config

- id: dsh-wsl-path
  name: dsh-wsl-path
  config: {}

Test

npm test

License

MIT


中文

为什么需要

频繁在 /mnt/c/...C:\...\\wsl$\... 之间互转,并提醒:Windows 盘(drvfs)上慎用 chmod / 重型 git;日常开发优先 Linux 家目录。

安装

dsh plugin --profile web add github:173787247/dsh-wsl-path

许可

MIT