bat Snippets
# See supported languagesbat -L
# 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