Update README.md

This commit is contained in:
David Peter 2018-10-07 18:39:52 +02:00 committed by GitHub
parent fc8fd1e63f
commit d83c93c805
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 4 deletions

View File

@ -53,15 +53,18 @@ Display multiple files at once
> bat src/*.rs
```
Read from stdin, explicitly specify the language
Read from stdin, determine the syntax automatically
```bash
> curl -s https://sh.rustup.rs | bat
```
Read from stdin, specify the language explicitly
```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
```
As a replacement for `cat`: