Modern CLI
bat Commands
bat is a cat clone with syntax highlighting, git integration, and paging. Makes reading code files in the terminal a pleasure.
7 commands
Pro Tips
Pipe to bat for syntax highlighting: curl api.com | bat -l json
Use bat -p for plain output without decorations.