Skip to content

Releases: walles/moar

v1.23.10: Fix highlighting of compressed files

07 Apr 08:28
Compare
Choose a tag to compare

With this release, doing moar README.md.gz will properly highlight the transparently uncompressed file as Markdown.

Fixes #204.

v1.23.9: Prevent a crash

20 Mar 15:47
Compare
Choose a tag to compare

v1.23.8: Support `sudo` password prompt

18 Mar 18:29
Compare
Choose a tag to compare

Before this release, if you did sudo whoami | moar, moar would prevent you from entering your password at the sudo prompt.

With this release, moar will wait for the first byte to arrive before bringing up its UI, enabling you to enter your password in peace.

Fixes #199.

v1.23.7: Hide line numbers on man pages

10 Mar 11:28
Compare
Choose a tag to compare

By default. Press left arrow to get them back. Or use start moar with --no-linenumbers=false.

man starts by checking the terminal width, and then formats man pages to fit that width.

Then, if moar adds line numbers, the rightmost part of the man page will be shifted out of view.

So we try to detect showing man pages, and in that case disable line numbers so that the rightmost part of the page is visible by default.

v1.23.6: Pretend `.tgz` files are gzipped text files

16 Feb 11:56
Compare
Choose a tag to compare

If the archive contains text files, this can let you to read those text files.

Note that this does not imply support for viewing archives. moar is not an archive viewer. If it breaks, you get to keep both pieces.

v1.23.5: Use 24bit colors if COLORTERM says we can

10 Feb 18:14
Compare
Choose a tag to compare

Also print some more environment variables with --help if set, since these affect moar's default behavior:

  • TERM
  • TERM_PROGRAM
  • COLORTERM

v1.23.4: Improve Rio terminal support

29 Jan 22:48
Compare
Choose a tag to compare

Also, on --help, print all *PAGER environment variables. This could help troubleshooting.

v1.23.3: Fix escape codes being printed on the terminal

20 Jan 07:40
Compare
Choose a tag to compare

Before this change, if you ran moar with --quit-if-one-screen and manually set a style using --style, you could sometimes get escape sequences printed on the terminal after moar exited.

In this release, that should not happen any more.

v1.23.2: Try preventing control codes on the terminal

19 Jan 21:31
Compare
Choose a tag to compare

Caused by terminal background color detection code. Give it more time and print it on the alt screen.

v1.23.1: Fix LESS_TERMCAP_xx handling

19 Jan 08:55
Compare
Choose a tag to compare

It was broken in 1.23.0.