From f5b63f4a8dd3e22ffc405a1a6119a961f8332578 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 9 Jan 2017 12:31:00 +0000 Subject: Deprecate brew (un)linkapps. Unfortunately `brew linkapps` cannot behave nicely with e.g. Spotlight using either aliases or symlinks and Homebrew formulae do not build "proper" `.app` bundles that can be relocated. Instead, please consider using `brew cask` and migrate formulae using `.app`s to casks. --- docs/brew.1.html | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/brew.1.html b/docs/brew.1.html index 8c81b1ddb..ba65157cb 100644 --- a/docs/brew.1.html +++ b/docs/brew.1.html @@ -223,7 +223,12 @@ actually link or delete any files.
If --force is passed, Homebrew will allow keg-only formulae to be linked.
linkapps [--local] [formulae]Find installed formulae that provide .app-style macOS apps and symlink them
-into /Applications, allowing for easier access.
/Applications, allowing for easier access (deprecated).
+
+Unfortunately brew linkapps cannot behave nicely with e.g. Spotlight using
+either aliases or symlinks and Homebrew formulae do not build "proper" .app
+bundles that can be relocated. Instead, please consider using brew cask and
+migrate formulae using .apps to casks.
If no formulae are provided, all of them will have their apps symlinked.
@@ -369,7 +374,12 @@ for temporarily disabling a formula:If --dry-run or -n is passed, Homebrew will list all files which would
be unlinked, but will not actually unlink or delete any files.
unlinkapps [--local] [--dry-run] [formulae]Remove symlinks created by brew linkapps from /Applications.
unlinkapps [--local] [--dry-run] [formulae]Remove symlinks created by brew linkapps from /Applications (deprecated).
Unfortunately brew linkapps cannot behave nicely with e.g. Spotlight using
+either aliases or symlinks and Homebrew formulae do not build "proper" .app
+bundles that can be relocated. Instead, please consider using brew cask and
+migrate formulae using .apps to casks.
If no formulae are provided, all linked apps will be removed.
-- cgit v1.2.3