Skip to content
/ bat Public

A cat(1) clone without that gross "Rust" thing.

Notifications You must be signed in to change notification settings

Genghius/bat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BAT

A cat(1) clone without that "Rust" garbage.

Syntax highlighting

bat supports syntax highlighting for a large number of programming and markup languages:

How to use

Display a single file on the terminal

> bat file

Display multiple files at once

> bat file1 file2 ...

Dont use cat if no syntax-highlight is found

> bat -n file

Dont output file names

> bat -c file

Installation

Depends on source-highlight

git clone https://github.com/Genghius/bat
cd bat
sudo make install

About

A cat(1) clone without that gross "Rust" thing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published