From 6a417886aad37a75b659d98027e9bb38c542cb80 Mon Sep 17 00:00:00 2001 From: David Peter Date: Wed, 9 May 2018 00:12:25 +0200 Subject: [PATCH] Add comment about paging & concatenation --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 78a2dc24..5102e8da 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,16 @@ languages: ![Git integration example](https://i.imgur.com/2lSW4RE.png) +### Automatic paging + +`bat` can pipe its own output to `less` if the output is too large for one screen. + +### File concatenation + +Oh.. you can also use it to concatenate files :wink:. Whenever +`bat` detects a non-interactive terminal, it will fall back to printing +the plain file contents. + ## Installation ### From binaries