gat

Syntax-highlighting cat alternative written in Go

brewmacoslinux
Try with needOr install directly
Source

About

Cat alternative written in Go

Commands

gat

Examples

Display a file with syntax highlighting$ gat myfile.py
Display multiple files with line numbers$ gat -n file1.go file2.go
Pipe command output through gat for highlighting$ cat script.sh | gat