PaidaxingTuT/dsh-code-runner ↗★ 0
dsh-code-runner
DSH web plugin: run the currently opened sidebar code file in a DSH-better-sidebar terminal (bottom panel preferred), modeled after vscode-code-runner.
AI Analysis
核心用途是实现一键运行侧边栏中打开的代码文件。适合在 DSH 界面内进行轻量级代码编写与快速运行测试的开发者。必要条件是需配合 DSH-better-sidebar 插件使用。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:PaidaxingTuT/dsh-code-runnerREADME
Read the full README ↗使用说明
- 打开 DSH-better-sidebar。
- 在文件树中打开一个可运行的代码文件(如
.py、.js、.ts、.c、.cpp、.go、.rs等)。 - 点击编辑器头部右侧的
▶按钮。 - 插件会自动保存文件、打开/聚焦底部终端,并执行当前文件。