shell-pool / shell-pool/shpool-vterm
feat: add support for scanning the response of the underlying terminal emulator
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 1
- Forks
- 1
- Avg merge
- 18h 49m
- Merged PRs (30d)
- 4
Description
We'll need to do this in order to detect what sort of capabilities the underlying terminal emulator is advertisizing. This is particularly relevant because sometimes those capabilities say "I'm opening up a new command mode for you to use if you want" and we need to be able to correct model the state when a terminal enters one of those special modes. I'm writing in generic terms, but it's kitty. I'm talking about kitty.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Start by locating the terminal response-parsing and state-management code, then research kitty's advertised capabilities and special command modes. Done means kitty responses are scanned and the terminal state models those modes correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100