1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-01 19:02:22 +01:00

Add 'rouge' to list of alternatives

This commit is contained in:
sharkdp
2018-05-30 19:24:30 +02:00
parent 06cd4b2ce8
commit 26d409db65
2 changed files with 13 additions and 11 deletions

View File

@@ -16,6 +16,7 @@ cmd_ccat="ccat --color=always '$SRC'"
cmd_source_highlight="source-highlight --failsafe --infer-lang -f esc -i '$SRC'"
cmd_hicat="hicat '$SRC'"
cmd_coderay="coderay '$SRC'"
cmd_rouge="rougify '$SRC'"
hyperfine --warmup 3 \
"$cmd_bat" \
@@ -25,3 +26,4 @@ hyperfine --warmup 3 \
"$cmd_source_highlight" \
"$cmd_hicat" \
"$cmd_coderay" \
"$cmd_rouge" \