Add 'coderay' to list of alternatives

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

View File

@@ -15,6 +15,7 @@ cmd_highlight="highlight -O truecolor '$SRC'"
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'"
hyperfine --warmup 3 \
"$cmd_bat" \
@@ -23,3 +24,4 @@ hyperfine --warmup 3 \
"$cmd_ccat" \
"$cmd_source_highlight" \
"$cmd_hicat" \
"$cmd_coderay" \