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

Oxygen general issues.
Zearin
Posts: 107
Joined: Mon Jul 30, 2007 11:31 pm
Location: College Park, MD, United States

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

Post 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).
-- Zearin
adrian
Posts: 2855
Joined: Tue May 17, 2005 4:01 pm

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

Post 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
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Post Reply