Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: herbygillot/moar

Tags

v1.9.6

Toggle v1.9.6's commit message
Add a man page

v1.9.5

Toggle v1.9.5's commit message
Minor fixes and features

Changes since last release:
* Support bright background colors
* Add --no-statusbar to hide the status bar
* Fix search prompt with status bar hidden
* Enabling toggling status bar on / off
* Link to source code from --help output
* Keybinding: 'G' to scroll to the end

v1.9.4

Toggle v1.9.4's commit message
Fix startup navigation issues

Before this release, if the input stream was slow at loading, pressing
down arrow would immediately take you to the end of the input.

Also, searching wouldn't find anything.

With this release both arrow-down and searching works even when the
input stream is slow.

v1.9.3

Toggle v1.9.3's commit message
Navigation improvements

This release changes 'g' to go-to-line.

Also, it adds ^u and ^d for moving half pages up / down.

v1.9.2

Toggle v1.9.2's commit message
Fix suggested $PAGER value in --help output

Before this release, the PAGER= value suggested was hit-or-miss.

With this release, it should be something that you can just use.

v1.9.1

Toggle v1.9.1's commit message
Fix coloring on macOS Terminal app

v1.9.0

Toggle v1.9.0's commit message
Improve scrolling through wrapped lines

Before this release, if the first line of the screen was wrapped into
two screen lines and you pressed down arrow once, moar scrolled down two
lines, to the next input file line.

With this release, moar now scrolls down one screen line, even in this
case.

v1.8.6

Toggle v1.8.6's commit message
Add option for how to render unprintable characters

Try "moar --render-unprintable=whitespace broken-utf8.txt" to prevent
moar from highlighting unprintable characters.

Fixes walles#83

v1.8.5

Toggle v1.8.5's commit message
Add --statusbar= command line option

Supports plain, inverse or bold, defaulting to inverse.

Resolves <walles#81>.

v1.8.4

Toggle v1.8.4's commit message
Optionally retain screen contents after exit