meld command line

View: New views
3 Messages — Rating Filter:   Alert me  

meld command line

by Ben Johnson-13 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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?

Thanks
Ben
_______________________________________________
meld-list mailing list
meld-list@...
http://mail.gnome.org/mailman/listinfo/meld-list

Re: meld command line

by Stephen Kennedy :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> Does Meld have a command line interface?
>
> If so where can I find the specifications/documentation for it?

meld --help describes the CLI.

> We want to generate HTML diff reports from a shell script without launching
> the GUI, is this possible?

How are you generating HTML diff reports through the gui in the first place?

Stephen.
_______________________________________________
meld-list mailing list
meld-list@...
http://mail.gnome.org/mailman/listinfo/meld-list

Re: meld command line

by ali-7 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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/


_______________________________________________
meld-list mailing list
meld-list@...
http://mail.gnome.org/mailman/listinfo/meld-list