mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[GH-ISSUE #540] Can I embed bash in Open TUI App #911
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#911
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jcubic on GitHub (Jan 16, 2026).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/540
Quick question, is it possible to embed bash to create a terminal multiplexer like tmux or screen?
I wanted to play with the library, but before I dive deeper and invest time, I want to know if something like this is possible.
@remorses commented on GitHub (Jan 16, 2026):
Yes. Using this package: https://github.com/remorses/ghostty-opentui
https://github.com/remorses/ghostty-opentui/blob/main/tui/dual-opencode.tsx
For now it only supports alternate screen programs
@jcubic commented on GitHub (Jan 16, 2026):
Awesome, thanks.