mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-01 10:52:24 +01:00
Add comment about paging & concatenation
This commit is contained in:
10
README.md
10
README.md
@@ -21,6 +21,16 @@ languages:
|
||||
|
||||

|
||||
|
||||
### 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
|
||||
|
Reference in New Issue
Block a user