bat 0.16.0

A cat(1) clone with wings.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# force LF EOLs for test fixtures
examples/** text=auto eol=lf
snapshots/** text=auto eol=lf

# BAT/CMD files always need CRLF EOLs
*.[Bb][Aa][Tt] text eol=crlf
*.[Cc][Mm][Dd] text eol=crlf

examples/* linguist-vendored
snapshots/* linguist-vendored
benchmarks/* linguist-vendored
benchmarks/test-src/* linguist-vendored
scripts/* linguist-vendored
syntax-tests/* linguist-vendored