bat Snippets
# View filebat main.rs
# See supported languagesbat -L
# View characters not usually printed like control characters, line feedsbat -A Makefile
# View todo file in todo.txt formatbat Todo-for-me.txt -l todo.txt
# Highlight specific linksbat -H 10:20 my_log_file.log
# Diff - Check for differences in file with respect to git indexbat --diff file_that_changed.md