dsh-text-wrap
文本换行:按指定宽度折行文本,支持 CJK 与中英文混排
AI 分析
用于对中英文混排文本进行指定宽度的折行处理。适合需要排版终端输出、格式化日志或处理中日韩文本换行显示的开发者。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:uckkk/dsh-text-wrap说明文档
阅读完整 README ↗dsh-text-wrap · 文本换行
纯 Node 实现,无网络、无外部服务。
安装
dsh plugin add dsh-text-wrap
安装后在 profile 的 package.json 的 dsh.profile.bundles 中加入 "dsh-text-wrap"。