← Package directory
Available on winget

Install Moor

Moor is a pager. It's designed to just do the right thing without any configuration.

Install with winget
winget install --id walles.moor
Upgrade
winget upgrade --id walles.moor
Uninstall
winget uninstall --id walles.moor

About Moor

Moor is a pager. It's designed to just do the right thing without any configuration.

What's new in 2.13.2

This release fixes an intermittent crash that could happen when filtering a file down to zero lines. Also, this release improves performance for rendering long (100KB) lines.

Read release notes

Version history

Version Updated Notes
2.13.2 Unknown This release fixes an intermittent crash that could happen when filtering a file down to zero lines. Also, this release improves performance for rendering long (100KB) lines.
2.13.1 Unknown Performance when searching and scrolling sideways to search hits has been significantly improved. Hits are now also centered on the screen when scrolling sideways. Also in this release: - Fix a goroutine leak and limit C...
2.13.0 Unknown In this release, moor now automatically detects if a file gets truncated/shrunk or completely rewritten and reloads it appropriately. Also, you can now press r at any time to manually reload the current file. Additionall...
2.12.3 Unknown Crash reported here: https://github.com/walles/moor/issues/399 Also, this release makes filtering using & 14% faster with large input.
2.12.2 Unknown Support ANSI escape codes for blink, hidden, and strikethrough, contributed by @viserctul in #402. Thanks! Also in this release: - Ignore OSC8 parameters - Make LESS_TERMCAP_md control man page headings as well
2.12.1 Unknown Remove 'v' temp file after $EDITOR is done
2.12.0 Unknown Support CTRL-f and CTRL-b for paging forward and backward, contributed by @joshheyse in #395. Thanks! Also in this release: - Accept ESC as the escape character in LESS_TERMCAP_* variables - Fix busy looping when reading...