dsh-nushell
Run DeepSeek Harness's bash tool with Nushell
AI Analysis
核心用途是将 DSH 默认的命令行执行工具替换为 Nushell 解释器。适合习惯使用 Nushell 语法进行系统管理、文件处理和管道操作的用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:daief/dsh-nushellREADME
Read the full README ↗使用方式
工具仍叫 bash,但必须编写 Nushell 语法:
ls | where type == file | get name
open package.json | get name
$env.DSH_WEB_URL
每次调用都会创建新的 Nushell 进程。请使用工具的 workdir 参数,不要依赖前一次调用的 cd 状态。