Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 3.2 KB

File metadata and controls

65 lines (45 loc) · 3.2 KB
permalink layout mainAnchor title
faq.html
default
faq
Frequently Asked Questions

The VisualDiffer app doesn't directly offer a way to integrate with Finder, but you can use the Automator script available on VisualDiffer Hub.
Download the script from GitHub, unzip it and double-click the workflow file to install.
How to use it is described here.

VisualDiffer can be integrated with many applications thanks to the command-line utility visdiff.

  • Set 'Visual Diff Tool' to: 'Other'
  • Set 'Diff Command' to: /Applications/VisualDiffer.app/Contents/Resources/visdiff
  • Set Arguments to: $LOCAL $REMOTE

Starting from version 1.4.2 VisualDiffer fully complies with Apple sandboxing rules and this introduced a different way to access the file system.

Saved vdiff sessions need to be aware of the sandbox, so the first time you open them you should be prompted to select the left and right folders/files. Then you need to re-save the session so VisualDiffer stores the paths as trusted and no longer shows the file-open panel.

If VisualDiffer is used as an external diff tool you may need to manually add paths as trusted; this is documented on Trusted Paths.

Since version 1.4.4 or above

By default the Folder Differ View shows for files and folders a long format containing seconds; currently this value can't be changed from the user interface but you can set it from the terminal.

Open the terminal application and type:

defaults write com.visualdiffer folderViewDateFormat HHmmss

The example above sets the format to show only the time (without date); format patterns can be found at Unicode Technical Standard #35.

If you want to restore the default value, open terminal and type:

defaults delete com.visualdiffer folderViewDateFormat