익명 14:46

bash html highlighting?

bash html highlighting?

I work in bash/xterm a lot, and do a lot of filtering of HTML. What I was wondering is if there is a simple way to highlight html to stdout?

Something like:

$ cat file.html | [some html highlighting utility]

Would output syntax colored HTML to standard out, assuming $TERM is xterm-color or xterm-256color.

Is there anything like that out there?



Top Answer/Comment:

Yes and it's called highlight, I used to run highlight -q -s vim-dark -M file (-M means --xterm256)

There is another option, Pygments if you are Python fan, you will like it. You can just run pygmentize example.html.

상단 광고의 [X] 버튼을 누르면 내용이 보입니다