You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
sharkdp 86dcb3c165 Fix #13 6 years ago
ci Add CI scripts 6 years ago
src Fix #13 6 years ago
.gitignore Initial commit 6 years ago
.travis.yml Update .travis.yml 6 years ago
Cargo.lock Add Git support, closes #8 6 years ago
Cargo.toml Update help text 6 years ago
LICENSE-APACHE Add license 6 years ago
LICENSE-MIT Add license 6 years ago
README.md Support for custom syntaxes, add 'Markdown extended' theme, closes #10 6 years ago

README.md

bat

Build Status Version info

A cat(1) clone with wings.

Features

Syntax highlighting

bat src/main.rs

bat src/example.js

Git integration

bat src/index.html

Installation

cargo install bat

mkdir -p ~/.config/bat/themes
cd ~/.config/bat/themes
git clone https://github.com/jonschlinkert/sublime-monokai-extended
ln -s "sublime-monokai-extended/Monokai Extended.tmTheme" Default.tmTheme

mkdir -p ~/.config/bat/syntax
cd ~/.config/bat/syntax
git clone https://github.com/sublimehq/Packages/
rm -rf Packages/Markdown
git clone https://github.com/jonschlinkert/sublime-markdown-extended