mlange-42 / git-graph

Command line tool to show clear git graphs arranged for your branching model
MIT License
542 stars 21 forks source link

Page results - for large graphs, print only the top and wait for user input #23

Closed mlange-42 closed 3 years ago

mlange-42 commented 3 years ago

Scrolling up a (larger) graph may require use of the mouse. Therefore, output should be paged, as git log does.

Unfortunately, crate pager seems not to support Windows.