Re: meld command line



Ben Johnson wrote:
Hello,

Does Meld have a command line interface?

If so where can I find the specifications/documentation for it?

We want to generate HTML diff reports from a shell script without launching the GUI, is this possible?
I am not sure exactly what you are wanting to do, but perhaps Pygments / pygmentize [1] are a better fit for this. Something like:

$ hg diff | pygmentize -l diff -f html

[1] http://pygments.org/




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]