rfc: shell_attach for other terminal types
Open
- Dominant language
- TypeScript
- Stars
- 37
- Forks
- 5
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 1
Description
## Summary
Investigate extending `shell_attach` to support terminals beyond tmux.
## Current State
`shell_attach` currently requires tmux, using `tmux capture-pane` to read terminal content.
## To Investigate
- **screen** - Similar approach via `screen -X hardcopy`
- **Vanilla terminals** - Options for Terminal.app, iTerm2, VS Code terminal without tmux/screen
## Related
- Initial `shell_attach` implementation: #49
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.