dragan2023/dsh-workspace-default-dir

dragan2023★ 1JavaScript最后同步: 2026-08-20

在 GitHub 打开

Set the default initial directory of the dsh workspace directory picker (native + browse backends). Sets DSH_PICKER_INITIAL_DIR with self-healing patches and CLI.

README 摘要

dsh-workspace-default-dir English · 中文 · 日本語 · 한국어 · Français · Deutsch · Español · Português · Русский Make dsh's workspace directory picker ( Add workspace → Select workspace directory ) open at a directory you choose — for example E:\python project — instead of the Windows user home. Install Pick one of the three ways below, then restart dsh web : After restarting dsh web , a Workspace default directory entry appears under Settings . Usage Open Settings → Workspace default directory ( 设置 → 工作区默认目录 ). Type an absolute path — for example E:\python project — then click Save ( 保存 ). The next time you open the Add workspace directory picker it starts at that folder — no restart needed. The card always shows the currently active directory ( 当前生效 ). Leave the input empty and save, or click Clear ( 清除 ), to return to the default (the user home). The same setting is available on the command line: The GUI card and the CLI write the same DSH PICKER INITIAL DIR ( setx -persisted), so they stay in sync. Behavior & limitations - Both picker backends are covered : the native Windows dialog (via IFileDialog::SetFolder ) and the browse picker (used when the web server binds a non-loopback host, …

在 GitHub 查看完整 README →
终端/TUIdeepseek-harnessdsh-plugindsh-pluginssystem-manager

分类