noctuid / zscroll

A text scroller for panels or terminals
GNU General Public License v3.0
198 stars 10 forks source link

add --always-reprint flag #25

Closed Qelxiros closed 4 months ago

Qelxiros commented 5 months ago

When doing post-processing on each line from zscroll, I found it to be useful to get a new line every seconds, regardless of whether the text had been changed. To that end, I added a --always-reprint flag to bypass these checks.

noctuid commented 4 months ago

Thanks