Skip to main content
1

dsh-wsl-path

173787247/dsh-wsl-path

Converts Linux and Windows paths with /mnt/c caveats for WSL.

Install

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

README

dsh-wsl-path

Install set: part of dsh-wsl-kit. Prefer KIT_SET=daily | llm | github | full (see kit README). Fault tree: TROUBLESHOOTING.md.

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.

中文说明 → README.zh.md

Where it sits

Converts a WSL path to a Windows path and back, including /mnt tags.

flowchart LR
  agent["dsh agent"] --> tool["path_convert"] --> paths["WSL path vs Windows path"]

Suite diagram and version snapshot: dsh-wsl-kit. This plugin is 0.2.0 (daily; also in llm). Do not copy that matrix into this README.


Compatibility

FieldValue
Plugindsh-wsl-path 0.2.0
Minimum dsh0.1.2 (web UI one-shot ?token= on Windows relay :3081)
Latest verifiedSee dsh-wsl-kit Compatibility (currently 0.1.5-rc.1) — single source of truth for the suite
Kit setdaily (also in github / full; fetch+net also in llm)
Cloud FlashUse model id deepseek-flash (V4.1 Flash) in ~/.dsh/settings.yaml / llm-deepseek — not configured by this plugin
Agent TeamsUpstream experimental; not required here

Suite floor versions: kit check-plugin-versions.sh. Fault tree: TROUBLESHOOTING.md.

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

Related plugins