Menu

[r197]: / trunk / README.MacOS  Maximize  Restore  History

Download this file

25 lines (15 with data), 788 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

To install, simply drag TkDiff to your /Applications directory.

Note that if you run the application by double-clicking on it, it
prompts you for filenames and revisions.  If you'd rather run it from
the command line (the more traditional "Unixy" way), you'll find that
you can't pass filenames/revisions unless you do the following:

    alias tkdiff "/Applications/TkDiff.app/Contents/MacOS/Wish\ Shell"

This is for csh/tcsh users, obviously.  sh/bash/ksh users substitute, as
appropriate.  Note that the slash is required, even in the presence of
the quotes, because the escaping has to occur when the alias is used
(i.e. expanded).

At any rate, once you've created this shell alias, you can do:

    tkdiff FILE1 FILE2

and things should work nicely.


John Klassa
February, 2006
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.