Add usage examples

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

View File

@ -31,6 +31,31 @@ 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.
## Usage
Display a single file on the terminal
``` bash
> bat README.md
```
Display multiple files at once
``` bash
> bat src/*.rs
```
Explicitly specify the language
``` bash
> yaml2json .travis.yml | json_pp | bat -l json
```
``` bash
> curl -s https://raw.githubusercontent.com/sharkdp/bat/master/src/main.rs | bat -l rs
```
## Installation
### From binaries