Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 554 Bytes

how-to-read-files-with-bat.md

File metadata and controls

27 lines (18 loc) · 554 Bytes

How to read files with bat

What is bat

可以打印并且合并文件的命令。

cat 的复制品,外加语法高亮和 Git 集成。

更多信息:https://github.com/sharkdp/bat.

How do I use it?

  1. Install Command
# on mac
> brew install bat
  1. Run
> bat test.md

References

bat: A cat(1) clone with wings.