2018-04-21 14:23:57 +02:00
|
|
|
# bat
|
2018-04-22 16:08:49 +02:00
|
|
|
|
|
|
|
[](https://travis-ci.org/sharkdp/bat)
|
|
|
|
[](https://crates.io/crates/bat)
|
|
|
|
|
2018-04-22 15:44:19 +02:00
|
|
|
*A cat(1) clone with wings.*
|
2018-04-21 14:23:57 +02:00
|
|
|
|
2018-04-22 15:30:28 +02:00
|
|
|
## Features
|
|
|
|
|
|
|
|
### Syntax highlighting
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
### Git integration
|
|
|
|
|
|
|
|

|
2018-04-22 16:15:07 +02:00
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
```
|
|
|
|
cargo install bat
|
|
|
|
|
|
|
|
mkdir -p ~/.config/bat/themes
|
|
|
|
cd ~/.config/bat/themes
|
|
|
|
wget https://raw.githubusercontent.com/cj/sublime/master/Color%20Scheme%20-%20Default/Monokai.tmTheme
|
|
|
|
```
|