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
|
commit 9c91399309aa626b572c79b62270d0b87c44de8c
Author: Johan Walles <johan.walles@gmail.com>
Date: Tue Nov 17 08:44:29 2020 +0100
Advertise px / ptop and riff
diff --git xxREADME.md xxREADME.md
index 88c1590..cfdaf0b 100644
--- xxREADME.md
+++ xxREADME.md
@@ -21,17 +21,19 @@ Doing the right thing includes:
* [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
- `git diff` for example)
+ `git diff` [| `riff`](https://github.com/walles/riff) for example)
* Supports UTF-8 input and output
* The position in the file is always shown
-For compatibility reasons, `moar` uses the formats declared in these
-environment variables when viewing man pages:
+[For compatibility reasons](https://github.com/walles/moar/issues/14), `moar`
+uses the formats declared in these environment variables when viewing man pages:
* `LESS_TERMCAP_md`: Bold
* `LESS_TERMCAP_us`: Underline
-See [here](https://github.com/walles/moar/issues/14) for usage examples.
+Moar is used as the default pager by:
+* [`px` / `ptop`](https://github.com/walles/px)
+* [`riff`](https://github.com/walles/riff)
Installing
----------
|