Add comment about paging & concatenation

This commit is contained in:
David Peter 2018-05-09 00:12:25 +02:00 committed by GitHub
parent 8b9991d780
commit 6a417886aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -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