daief/dsh-nushell0

dsh-nushell

Run DeepSeek Harness's bash tool with Nushell

AI 分析

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

パッケージ
dsh-nushell
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/19

インストール

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

ドキュメント

README 全文を読む ↗

使用方式

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

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

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