utensil/dsh-pi-tui-mono

桌面端 ⭐ 0 MIT other

关于pi与dsh兼容性的实验,重点关注我所用部分的TUI无缝替代体验

catalog 简介:An experiment on how compat between pi and dsh, focus on TUI drop-in experience for the part I use

安装

# 1. Install the bundle into a profile (the `tui-pi` name is a convention).
dsh plugin --profile tui-pi add github:utensil/dsh-pi-tui-mono
dsh plugin --profile tui-pi add @dsh-pi/tui
dsh plugin --profile tui-pi add @dsh-pi/extensions

# 2. Migrate your existing pi installation (settings, theme, extensions).
npx @dsh-pi/migrate                       # dry run
npx @dsh-pi/migrate --apply               # write the profile configuration
#    then install the printed `dsh plugin add <pi-package>` commands.

# 3. Go.
dsh --profile tui-pi
dsh --profile tui-pi --resume <session-id>

utensil/dsh-pi-tui-mono 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。