Skip to content

v1.25.0: Tail files, not just streams

Compare
Choose a tag to compare
@walles walles released this 14 Jul 10:34
· 70 commits to master since this release
d7dd3bd

With this release, if you open a (log?) file in moar, and more lines are added to the file after you start moar, moar will pick up the new lines and display them.

Also, if you have a terminal editor (nano, vim etc), and press "v" to edit a file, moar will now not steal the first byte from your editor any more. Improved on Unix, Windows unchanged, PRs welcome.