Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
RogerThiede opened this issue Aug 27, 2018 · 0 comments
Open

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

RogerThiede opened this issue Aug 27, 2018 · 0 comments

Comments

@RogerThiede
Copy link
Owner

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 PATH_after_ 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant