gat

cat alternative written in Go.

Installation
Homebrew
$ brew install koki-develop/tap/gat
go install
$ go install github.com/koki-develop/gat@latest
Releases
Download the binary from the releases page.
Usage
$ gat --help
cat alternative written in Go.
Usage:
gat [file]... [flags]
Flags:
-f, --format string output format (default "terminal256")
-h, --help help for gat
-l, --lang string language for syntax highlighting
--list-formats print a list of supported output formats
--list-langs print a list of supported languages for syntax highlighting
--list-themes print a list of supported themes with preview
-t, --theme string highlight theme (default "monokai")
-v, --version version for gat
-l, --lang
Explicitly set the language for syntax highlighting.
See languages.md for valid languages.
Set the output format ( default: terminal256 ).
See formats.md for valid formats.
-t, --theme
Set the highlight theme ( default: monokai ).
See themes.md for valid thtmes.
LICENSE
MIT