Johan Walles

Results 288 comments of Johan Walles

Nowadays you can press v inside of moar to open the buffer in an editor. Then from that editor you can save into a file of your choice. Not exactly...

> when standard input should be processed together with other files `moar` just accepts one file argument, and I don't see that changing any time soon. > a bash script...

Hello! Please run the following commands and add their output to this issue: * `env | grep '^LESS' | sort` * `echo $MOAR` * `moar --version` Also, please post a...

To verify that you actually did run `env | grep '^LESS' | sort`, could you post both the command line (`env | grep '^LESS' | sort`), its output and the...

[For compatibility reasons](https://github.com/walles/moar/issues/14), `moar` uses the formats declared in these environment variables if present: - `LESS_TERMCAP_md`: Man page bold - `LESS_TERMCAP_us`: Man page underline - `LESS_TERMCAP_so`: [Status bar and search...

If you run this, do you still get the same problem? `man moar | LESS_TERMCAP_md= LESS_TERMCAP_us= LESS_TERMCAP_so= moar` If this doesn't help I think the next step would be to...

I'd suggest you play around with `LESS_TERMCAP_md`, `LESS_TERMCAP_us` and `LESS_TERMCAP_so` and set colors that you like. Also try the `--style` parameter, unsure how that affects man pages but you should...

I thought about this some more and I think two things should be improved in `moar`. * Man page styling should default to being based on the `--style` option *...

From `moar --help`: ``` -style value Highlighting style from https://xyproto.github.io/splash/docs/longer/all.html ``` Does this help? You should pass `moar` a style listed on that page.

On a related note, the latest release... https://github.com/walles/moar/releases/tag/v1.22.2 ... will syntax highlight man page headings as `GenericHeading`, making man pages look a bit nicer even without any configuration.