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

horizontal scrolls and other improvements #791

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

caarlos0
Copy link
Member

@caarlos0 caarlos0 commented Jan 7, 2025

pager:

  • search input width
  • horizontal scroll

filter:

  • horizontal scroll

@caarlos0
Copy link
Member Author

caarlos0 commented Jan 7, 2025

I feel like viewport needs something similar to a sign column as well.

right now it scrolls line numbers and the line selection as well, as they are part of the viewport content...

@@ -10,7 +10,7 @@ import (
type Options struct {
Options []string `arg:"" optional:"" help:"Options to filter."`

Indicator string `help:"Character for selection" default:"•" env:"GUM_FILTER_INDICATOR"`
Indicator string `help:"Character for selection" default:"• " env:"GUM_FILTER_INDICATOR"`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this espace addition made on purpose?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

this is still very wip though

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants