utensil/dsh-pi-tui-mono

Desktop ⭐ 0 MIT other

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

Install

# 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>

Add utensil/dsh-pi-tui-mono to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.