1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
[33mcommit 9c91399309aa626b572c79b62270d0b87c44de8c[0m
Author: Johan Walles <johan.walles@gmail.com>
Date: Tue Nov 17 08:44:29 2020 +0100
Advertise px / ptop and riff
[2mdiff --git xxREADME.md xxREADME.md[0m
[2mindex 88c1590..cfdaf0b 100644[0m
[1m--- xxREADME.md[0m
[1m+++ xxREADME.md[0m
[36m@@ -21,17 +21,19 @@ [1mDoing the right thing includes:[0m
* [Regexp](http://en.wikipedia.org/wiki/Regular_expression#Basic_concepts)
search if your search string is a valid regexp
* Supports displaying ANSI color coded texts (like the output from
[31m- `git diff` for example)[0m
[32m+ `git diff` [7m[| `riff`](https://github.com/walles/riff)[27m for example)[0m
* Supports UTF-8 input and output
* The position in the file is always shown
[31m-For compatibility reasons, `moar` uses the formats declared in these[0m
[31m-environment variables when viewing man pages:[0m
[32m+[7m[[27mFor compatibility reasons[7m](https://github.com/walles/moar/issues/14)[27m, `moar`[0m
[32m+uses the formats declared in these environment variables when viewing man pages:[0m
* `LESS_TERMCAP_md`: Bold
* `LESS_TERMCAP_us`: Underline
[31m-See [[7mhere[27m](https://github.com/walles/[7mmoar/issues/14[27m) for usage [7mexamples[27m.[0m
[32m+Moar is used as the default pager by:[0m
[32m+* [[7m`px` / `ptop`[27m](https://github.com/walles/[7mpx[27m)[0m
[32m+* [7m[`riff`](https://github.com/walles/riff)[0m
Installing
----------
|