RogerThiede / dotfiles

OS X dotfiles managed via cider
MIT License
0 stars 0 forks source link

Install Araxis-Merge Finder Extension & Command Line Utilities #15

Open RogerThiede opened 6 years ago

RogerThiede commented 6 years ago

cider restore will properly brew cask araxis-merge, but no automation is done for the optional components.

INTEGRATING MERGE WITH FINDER (OPTIONAL)

The Merge extension for Finder adds commands to the Finder context menus that appear when you right-click (or Ctrl-click) selected files or folders. The extension is not enabled by default, and must therefore be enabled via macOS System Preferences before it can be used. To enable or disable the Merge Finder extension: Open the macOS System Preferences. Choose the Extensions item. To enable Finder integration, check the Araxis Merge▸Finder checkbox. To disable Finder integration, uncheck the Araxis Merge▸Finder checkbox.

https://www.araxis.com/merge/documentation-os-x/integrating-with-finder.en#FinderExtension

INSTALLING THE MERGE COMMAND-LINE UTILITIES (OPTIONAL) If you wish to use Merge from the command-line, or integrate it with another application, you will need to add the command-line utilities to your preferred command-line shell’s search path. To install the command-line utilities:

As of Merge 2013.4283, the command-line utilities are located in the Araxis Merge application bundle. Ensure that the Utilities folder within the Araxis Merge application bundle is part of your command-line shell’s search path. For example, if you are using Bash, you may wish to add the following to your home directory’s .profile (or .bash_profile) file: export PATH=$PATH:/Applications/Araxis\ Merge.app/Contents/Utilities Information Note that this line will place the Merge utilities on your PATHafter any existing commands. If you encounter problems using a Merge command-line utility, check that there is not an identically named command elsewhere on your path. Note specifically, for example, that ImageMagick provides its own compare command. You can check which compare command is taking precedence by running: which compare If you are upgrading from an earlier Merge build, please remove any copies of the command-line utilities that you might have made in the past.

https://www.araxis.com/merge/documentation-os-x/installing.en