Is your feature request related to a problem? Please describe.
I'm trying to contribute to tailspin which is a pager especially for log files and it's maybe pretty neat to see the latest lines if new lines are popping up.
Describe the solution you'd likeminus provides an option like .follow(true) where minus always scrolls down to the bottom if new lines are added.
Describe alternatives you've considered
Manually scrolling in the terminal.
Additional context
I'd like to create a PR for this, since I think that this shouldn't be that hard.
Is your feature request related to a problem? Please describe. I'm trying to contribute to
tailspin
which is a pager especially for log files and it's maybe pretty neat to see the latest lines if new lines are popping up.Describe the solution you'd like
minus
provides an option like.follow(true)
whereminus
always scrolls down to the bottom if new lines are added.Describe alternatives you've considered Manually scrolling in the terminal.
Additional context I'd like to create a PR for this, since I think that this shouldn't be that hard.