Is it possible to email the contents of vim using HTML

Posted by brianegge on Stack Overflow See other posts from Stack Overflow or by brianegge
Published on 2010-04-01T14:23:36Z Indexed on 2010/04/01 14:33 UTC
Read the original article Hit count: 444

Filed under:
|
|
|

I like to view the current differences in the source files I'm working on with a command like:

vim <(svn diff -dub)

What I'd really like to be able to do is to email that colorized diff. I know vim can export HTML with the :TOhtml, but how do I pipeline this output into an html email? Ideally. i'd like to be able to send an html diff with a single shell script command.

© Stack Overflow or respective owner

Related posts about vim

Related posts about html