mirror of
https://github.com/sharkdp/bat.git
synced 2025-03-15 07:08:36 +00:00
29 lines
657 B
Markdown
29 lines
657 B
Markdown
# bat
|
|
|
|
[](https://travis-ci.org/sharkdp/bat)
|
|
[](https://crates.io/crates/bat)
|
|
|
|
*A cat(1) clone with wings.*
|
|
|
|
## Features
|
|
|
|
### Syntax highlighting
|
|
|
|

|
|
|
|

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

|
|
|
|
## 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
|
|
```
|