AMythicDev / minus

An asynchronous, runtime data feedable terminal paging library for Rust
https://crates.io/crates/minus/
Apache License 2.0
321 stars 23 forks source link

Follow-mode #113

Closed TornaxO7 closed 11 months ago

TornaxO7 commented 11 months ago

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) 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.