1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-10-30 14:43:57 +00:00

Add logo header to README

This commit is contained in:
sharkdp
2018-05-22 21:54:34 +02:00
committed by David Peter
parent 9b1c1c0271
commit 5ee8913538
2 changed files with 338 additions and 6 deletions

View File

@@ -1,9 +1,9 @@
# bat
[![Build Status](https://travis-ci.org/sharkdp/bat.svg?branch=master)](https://travis-ci.org/sharkdp/bat)
[![Version info](https://img.shields.io/crates/v/bat.svg)](https://crates.io/crates/bat)
A *cat(1)* clone with syntax highlighting and Git integration.
<p align="center">
<img src="doc/logo-header.svg" alt="bat - a cat clone with wings"><br>
<a href="Version info"><img src="https://travis-ci.org/sharkdp/bat.svg?branch=master" alt="Build Status"></a>
<a href="https://crates.io/crates/bat"><img src="https://img.shields.io/crates/v/bat.svg" alt="Version info"></a><br>
A <i>cat(1)</i> clone with syntax highlighting and Git integration.
</p>
## Features