vimcat - print syntax highlighted file to terminal : vim onlinevimpager の一部を切り出して cat として使える様にした物。
This script will convert a file to a highlighted version using ANSI escape codes and print it to you...
http://www.vim.org/scripts/script.php?script_id=4325
$ cat eject.c | vimcat
ってやるとファイルタイプの判別で誤爆するけど、アイデアとして面白いと思った。