Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Scrollable map view for each tab [minimap] #2226

Open
ProHackTech opened this issue Aug 3, 2019 · 4 comments
Open

Feature Request: Scrollable map view for each tab [minimap] #2226

ProHackTech opened this issue Aug 3, 2019 · 4 comments
Labels
Area-Extensibility A feature that would ideally be fulfilled by us having an extension model. Area-TerminalControl Issues pertaining to the terminal control (input, selection, keybindings, mouse interaction, etc.) Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. Product-Terminal The new Windows Terminal.
Milestone

Comments

@ProHackTech
Copy link

Description of the new feature/enhancement

When running verbose processes, there are many instances where the user has to forcibly log the output to a file for reading the complete output. The feature requests a scrollable map view for each tab. The idea is taken from Sublime Text editor where the user can access a overview of their entire document and quickly scroll to the desired location.

GIF Image below demonstrates this feature:

Map View

Proposed technical implementation details (optional)

The map view may be toggled through the configuration. This could be global tab config or config for specific tab that could be toggled via right click context menu.

@ProHackTech ProHackTech added the Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. label Aug 3, 2019
@ghost ghost added Needs-Tag-Fix Doesn't match tag requirements Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting labels Aug 3, 2019
@zadjii-msft
Copy link
Member

@microsoft/windows-console-team I told y'all someone would want this feature :P

I know I internally filed a deliverable for this before we went open-source, but I don't think that deliverable ever migrated out. This will do fine to track it. Unfortunately it's not going to make the cut for 1.0 but know that I'm certainly passionate about adding this feature :)

Presumably this would be a per-profile setting, that could also be enabled in the global default profile.

I think this was also once mentioned as a possible extension idea, so I'll tag it as that, so we can track it as part of that.

@zadjii-msft zadjii-msft added Area-Extensibility A feature that would ideally be fulfilled by us having an extension model. Area-TerminalControl Issues pertaining to the terminal control (input, selection, keybindings, mouse interaction, etc.) Product-Terminal The new Windows Terminal. labels Aug 5, 2019
@zadjii-msft zadjii-msft added this to the Terminal Backlog milestone Aug 5, 2019
@ghost ghost removed the Needs-Tag-Fix Doesn't match tag requirements label Aug 5, 2019
@miniksa
Copy link
Member

miniksa commented Aug 5, 2019

I'm so looking forward to the performance bugs that this uncovers in our code.

@DHowett-MSFT DHowett-MSFT removed the Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting label Aug 5, 2019
@DHowett-MSFT DHowett-MSFT changed the title Feature Request > Scrollable map view for each tab Feature Request: Scrollable map view for each tab [minimap] Aug 5, 2019
@zadjii-msft zadjii-msft modified the milestones: Terminal Backlog, Backlog Jan 4, 2022
@mikemaccana
Copy link
Contributor

Hah just revisited this to see if it has been implemented. Not yet. Fair enough.

The use case for me is a lot of repeated commands (eg, running tests) generate huge amount of output, and look similar to each other, this would allow me to easily track the beginning and end of each commands output.

Some kind of snap points on top of this feature would be even better - so I can scroll up to the previous command's invocation.

@oskarkk
Copy link

oskarkk commented Sep 25, 2024

I'd love to see this, as I'm using terminal for live viewing logs from the app I'm developing. The logs are very verbose (especially XML/JSON/other requests pretty printed) and are made for terminal viewing as they have very helpful coloring, so the terminal is indispensable. Minimap (especially with colors) would let me instantly jump to the area I'm looking for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Extensibility A feature that would ideally be fulfilled by us having an extension model. Area-TerminalControl Issues pertaining to the terminal control (input, selection, keybindings, mouse interaction, etc.) Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. Product-Terminal The new Windows Terminal.
Projects
None yet
Development

No branches or pull requests

6 participants