Fix common "wall of text" issue when commands generate lots of output #12983
Labels
Issue-Feature
Complex enough to require an in depth planning process and actual budgeted, scheduled work.
Resolution-Duplicate
There's another issue on the tracker that's pretty much the same thing.
Description of the new feature/enhancement
A common issue of many terminal is 'wall of text'. For example, the user runs a command, the command generates 4000 lines of text, and it's difficult to scroll, say, exactly to the beginning of the previous command to begin reading the output.
Warp is a new terminal that purports to solve this issue . Windows Terminal should solve it too.
Proposed technical implementation details (optional)
I can't use Warp (it doesn't have a Windows version yet) but I propose a simple implementation would be to allow the user to specify their prompt, so pressing (some shortcut key) will return to the previous instance of that prompt.
There may be a better way though. Shell prompt could signal the terminal somehow (like the shell beep does).
The text was updated successfully, but these errors were encountered: