Bat

From wikinotes
Revision as of 00:04, 2 November 2021 by Will (talk | contribs) (→‎Usage)

Bat is a syntax highlighted cat.

Documentation

github https://github.com/sharkdp/bat

Usage

bat file.graphql
bat --list-languages
bat -l Python
echo '{ __schema { fields { name } } }' | bat -l graphql