Sttrevens/dsh-linked-folders ↗★ 0
@steven-wu/dsh-linked-folders
dsh plugin: multi-folder workspace — a global linked-folders list (cross-session) plus per-session on-the-fly linking, managed from the Web sidebar.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Sttrevens/dsh-linked-folders说明文档
阅读完整 README ↗Configuration
State lives in ~/.dsh/linked-folders.json:
{
"global": ["/Users/you/projects/app", "/Users/you/projects/lib"],
"sessions": { "session-abc…": ["/tmp/scratch"] }
}
Override the path with the DSH_LINKED_FOLDERS env var or the bundle row's
config.path. Linked folders are canonicalized to real paths and must be
existing directories.