vercel / vercel/hyper

Pause output on text selection

Open
#3,552 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
44.7k
Forks
3.6k
Avg merge
21m
Merged PRs (30d)
1

Description

Powershell and Cmd have a feature called "quickedit" that pauses writes to stdout. This enables a user to "pause" the execution of a process that's spewing text to the console. This is helpful when you want to pause execution to study some part of the ongoing logs.
More details: https://superuser.com/questions/459609/what-does-it-do-exactly-if-i-click-in-the-window-of-cmd

It would be nice if Hyper supported this as well.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by investigating Hyper's terminal output and text-selection handling; the issue does not identify a file, test, or entry point. The work is complete when selecting text pauses ongoing stdout writes, and output resumes when the selection is cleared.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
cli
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.