Page 1 of 1

Set oXygen's Diff programs as default for command line?

Posted: Sat Mar 06, 2010 9:38 pm
by Zearin
Is it possible to set the Diff programs from oXygen as the default to be invoked from the command line?

What about the fact that there are 2 programs—one for directories, one for files?

I'm on a MacBook running Mac OS X 10.6.

The command line is GNU bash, version 3.2.48(1)-release (i386-apple-darwin10.0).

Re: Set oXygen's Diff programs as default for command line?

Posted: Mon Mar 08, 2010 1:55 pm
by adrian
Hello,

In Mac OS X you can launch the diff tools from the command line by using:

Code: Select all

sh diffDirsMac.sh <pathToLeftDir> <pathToRightDir>
sh diffFilesMac.sh <pathToLeftFile> <pathToRightFile>
I'm not sure I understand exactly what you mean by "set as the default". Can you please elaborate?

Do not hesitate to contact us if you need further information.

Regards,
Adrian