Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrbald/tkdiff
not an official tkdiff repository
https://github.com/mrbald/tkdiff
Last synced: about 1 month ago
JSON representation
not an official tkdiff repository
- Host: GitHub
- URL: https://github.com/mrbald/tkdiff
- Owner: mrbald
- License: gpl-2.0
- Created: 2015-11-16T20:58:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-16T21:02:20.000Z (about 9 years ago)
- Last Synced: 2024-10-13T16:06:48.243Z (3 months ago)
- Language: Tcl
- Homepage: https://sourceforge.net/projects/tkdiff/
- Size: 393 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MacOS
- Changelog: CHANGELOG.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
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