-
Notifications
You must be signed in to change notification settings - Fork 0
Embedded terminal (v1) #8
Copy link
Copy link
Open
Labels
area: desktopWails desktop appWails desktop appfeatureNew capability or featureNew capability or featurepriority: P1High — near-termHigh — near-term
Milestone
Description
Metadata
Metadata
Assignees
Labels
area: desktopWails desktop appWails desktop appfeatureNew capability or featureNew capability or featurepriority: P1High — near-termHigh — near-term
Summary
Run a profile inside an in-app terminal instead of shelling out to a new macOS Terminal window. v1 = a single embedded terminal launching
ccpm run <profile>.Approach
xterm.js+ fit/webgl addons.creack/pty, stream bytes over Wails events; handle resize, exit code, cleanup-on-close.services/binary.go.Acceptance criteria
ccpm run <profile>.Non-goals (v1)
Tabs / multiple instances (follow-up), split panes.