daief/dsh-nushell0

dsh-nushell

使用 Nushell 运行 DeepSeek Harness 的 bash 工具插件。

AI 分析

核心用途是将 DSH 默认的命令行执行工具替换为 Nushell 解释器。适合习惯使用 Nushell 语法进行系统管理、文件处理和管道操作的用户。

套件
dsh-nushell
版本
0.1.0
授權
MIT
最近更新
2026年8月19日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:daief/dsh-nushell

使用方式

工具仍叫 bash,但必须编写 Nushell 语法:

ls | where type == file | get name
open package.json | get name
$env.DSH_WEB_URL

每次调用都会创建新的 Nushell 进程。请使用工具的 workdir 参数,不要依赖前一次调用的 cd 状态。