Bracketed-paste mode
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 44.7k
- Forks
- 3.6k
- Avg merge
- 21m
- Merged PRs (30d)
- 1
Description
- I have searched the issues of this repo and believe that this is not a duplicate
Hi! This is a feature-reqest to support bracketed-paste mode in Hyper.
The basics:
-
Upon receiving DECSET 2004 (ESC+
[?2004h), Hyper should enter “bracketed-paste mode”.During this, any ⌘V or click-and-drag should …
- send ESC+
[200~, - send the pasted text,
- then send ESC+
[201~.
- send ESC+
-
Upon receiving DECRST 2004 (ESC+
[?2004l), Hyper should then exit this mode, if it was previously in it.
This is supported by xterm, urxvt, gnome-terminal, iTerm 2, Terminal.app, so on and so forth.
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
Start by locating Hyper's existing paste handling and terminal escape-sequence processing. Trace how DECSET and DECRST 2004 are handled, then verify that paste actions emit the specified opening and closing sequences only while bracketed-paste mode is enabled.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100