From 4d9496831d062fcfb98d8dad9e24afe566d6e619 Mon Sep 17 00:00:00 2001 From: Dave Nicolson Date: Sun, 4 Feb 2024 16:30:03 +0100 Subject: [PATCH] =?UTF-8?q?Replace=20=E2=80=9CQuickLook=E2=80=9D=20with=20?= =?UTF-8?q?=E2=80=9CQuick=20Look=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- completions/fish/brew.fish | 8 ++++---- completions/zsh/_brew | 8 ++++---- docs/Cask-Cookbook.md | 4 ++-- docs/Manpage.md | 2 +- manpages/brew.1 | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index 46245adf12..e392eab2bf 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -850,7 +850,7 @@ __fish_brew_complete_arg 'instal' -l no-quarantine -d 'Disable/enable quarantini __fish_brew_complete_arg 'instal' -l only-dependencies -d 'Install the dependencies with specified options but do not install the formula itself' __fish_brew_complete_arg 'instal' -l overwrite -d 'Delete files that already exist in the prefix while linking' __fish_brew_complete_arg 'instal' -l prefpanedir -d 'Target location for Preference Panes (default: `~/Library/PreferencePanes`)' -__fish_brew_complete_arg 'instal' -l qlplugindir -d 'Target location for QuickLook Plugins (default: `~/Library/QuickLook`)' +__fish_brew_complete_arg 'instal' -l qlplugindir -d 'Target location for Quick Look Plugins (default: `~/Library/QuickLook`)' __fish_brew_complete_arg 'instal' -l quarantine -d 'Disable/enable quarantining of downloads (default: enabled)' __fish_brew_complete_arg 'instal' -l quiet -d 'Make some output more quiet' __fish_brew_complete_arg 'instal' -l require-sha -d 'Require all casks to have a checksum' @@ -904,7 +904,7 @@ __fish_brew_complete_arg 'install' -l no-quarantine -d 'Disable/enable quarantin __fish_brew_complete_arg 'install' -l only-dependencies -d 'Install the dependencies with specified options but do not install the formula itself' __fish_brew_complete_arg 'install' -l overwrite -d 'Delete files that already exist in the prefix while linking' __fish_brew_complete_arg 'install' -l prefpanedir -d 'Target location for Preference Panes (default: `~/Library/PreferencePanes`)' -__fish_brew_complete_arg 'install' -l qlplugindir -d 'Target location for QuickLook Plugins (default: `~/Library/QuickLook`)' +__fish_brew_complete_arg 'install' -l qlplugindir -d 'Target location for Quick Look Plugins (default: `~/Library/QuickLook`)' __fish_brew_complete_arg 'install' -l quarantine -d 'Disable/enable quarantining of downloads (default: enabled)' __fish_brew_complete_arg 'install' -l quiet -d 'Make some output more quiet' __fish_brew_complete_arg 'install' -l require-sha -d 'Require all casks to have a checksum' @@ -1295,7 +1295,7 @@ __fish_brew_complete_arg 'reinstall' -l mdimporterdir -d 'Target location for Sp __fish_brew_complete_arg 'reinstall' -l no-binaries -d 'Disable/enable linking of helper executables (default: enabled)' __fish_brew_complete_arg 'reinstall' -l no-quarantine -d 'Disable/enable quarantining of downloads (default: enabled)' __fish_brew_complete_arg 'reinstall' -l prefpanedir -d 'Target location for Preference Panes (default: `~/Library/PreferencePanes`)' -__fish_brew_complete_arg 'reinstall' -l qlplugindir -d 'Target location for QuickLook Plugins (default: `~/Library/QuickLook`)' +__fish_brew_complete_arg 'reinstall' -l qlplugindir -d 'Target location for Quick Look Plugins (default: `~/Library/QuickLook`)' __fish_brew_complete_arg 'reinstall' -l quarantine -d 'Disable/enable quarantining of downloads (default: enabled)' __fish_brew_complete_arg 'reinstall' -l quiet -d 'Make some output more quiet' __fish_brew_complete_arg 'reinstall' -l require-sha -d 'Require all casks to have a checksum' @@ -1681,7 +1681,7 @@ __fish_brew_complete_arg 'upgrade' -l mdimporterdir -d 'Target location for Spot __fish_brew_complete_arg 'upgrade' -l no-binaries -d 'Disable/enable linking of helper executables (default: enabled)' __fish_brew_complete_arg 'upgrade' -l no-quarantine -d 'Disable/enable quarantining of downloads (default: enabled)' __fish_brew_complete_arg 'upgrade' -l prefpanedir -d 'Target location for Preference Panes (default: `~/Library/PreferencePanes`)' -__fish_brew_complete_arg 'upgrade' -l qlplugindir -d 'Target location for QuickLook Plugins (default: `~/Library/QuickLook`)' +__fish_brew_complete_arg 'upgrade' -l qlplugindir -d 'Target location for Quick Look Plugins (default: `~/Library/QuickLook`)' __fish_brew_complete_arg 'upgrade' -l quarantine -d 'Disable/enable quarantining of downloads (default: enabled)' __fish_brew_complete_arg 'upgrade' -l quiet -d 'Make some output more quiet' __fish_brew_complete_arg 'upgrade' -l require-sha -d 'Require all casks to have a checksum' diff --git a/completions/zsh/_brew b/completions/zsh/_brew index 21714f3ac4..e68115efff 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -1061,7 +1061,7 @@ _brew_instal() { '(--cask --ignore-dependencies)--only-dependencies[Install the dependencies with specified options but do not install the formula itself]' \ '(--cask)--overwrite[Delete files that already exist in the prefix while linking]' \ '(--formula)--prefpanedir[Target location for Preference Panes (default: `~/Library/PreferencePanes`)]' \ - '(--formula)--qlplugindir[Target location for QuickLook Plugins (default: `~/Library/QuickLook`)]' \ + '(--formula)--qlplugindir[Target location for Quick Look Plugins (default: `~/Library/QuickLook`)]' \ '(--formula)--quarantine[Disable/enable quarantining of downloads (default: enabled)]' \ '--quiet[Make some output more quiet]' \ '(--formula)--require-sha[Require all casks to have a checksum]' \ @@ -1119,7 +1119,7 @@ _brew_install() { '(--cask --ignore-dependencies)--only-dependencies[Install the dependencies with specified options but do not install the formula itself]' \ '(--cask)--overwrite[Delete files that already exist in the prefix while linking]' \ '(--formula)--prefpanedir[Target location for Preference Panes (default: `~/Library/PreferencePanes`)]' \ - '(--formula)--qlplugindir[Target location for QuickLook Plugins (default: `~/Library/QuickLook`)]' \ + '(--formula)--qlplugindir[Target location for Quick Look Plugins (default: `~/Library/QuickLook`)]' \ '(--formula)--quarantine[Disable/enable quarantining of downloads (default: enabled)]' \ '--quiet[Make some output more quiet]' \ '(--formula)--require-sha[Require all casks to have a checksum]' \ @@ -1594,7 +1594,7 @@ _brew_reinstall() { '--no-binaries[Disable/enable linking of helper executables (default: enabled)]' \ '--no-quarantine[Disable/enable quarantining of downloads (default: enabled)]' \ '(--formula)--prefpanedir[Target location for Preference Panes (default: `~/Library/PreferencePanes`)]' \ - '(--formula)--qlplugindir[Target location for QuickLook Plugins (default: `~/Library/QuickLook`)]' \ + '(--formula)--qlplugindir[Target location for Quick Look Plugins (default: `~/Library/QuickLook`)]' \ '(--formula)--quarantine[Disable/enable quarantining of downloads (default: enabled)]' \ '--quiet[Make some output more quiet]' \ '(--formula)--require-sha[Require all casks to have a checksum]' \ @@ -2069,7 +2069,7 @@ _brew_upgrade() { '--no-binaries[Disable/enable linking of helper executables (default: enabled)]' \ '--no-quarantine[Disable/enable quarantining of downloads (default: enabled)]' \ '(--formula)--prefpanedir[Target location for Preference Panes (default: `~/Library/PreferencePanes`)]' \ - '(--formula)--qlplugindir[Target location for QuickLook Plugins (default: `~/Library/QuickLook`)]' \ + '(--formula)--qlplugindir[Target location for Quick Look Plugins (default: `~/Library/QuickLook`)]' \ '(--formula)--quarantine[Disable/enable quarantining of downloads (default: enabled)]' \ '--quiet[Make some output more quiet]' \ '(--formula)--require-sha[Require all casks to have a checksum]' \ diff --git a/docs/Cask-Cookbook.md b/docs/Cask-Cookbook.md index 6b9d230528..c470207abc 100644 --- a/docs/Cask-Cookbook.md +++ b/docs/Cask-Cookbook.md @@ -139,7 +139,7 @@ Each cask must declare one or more *artifacts* (i.e. something to install). | `internet_plugin` | yes | Relative path to an Internet Plugin that should be moved into the `~/Library/Internet Plug-Ins` folder on installation. | | `keyboard_layout` | yes | Relative path to a Keyboard Layout that should be moved into the `/Library/Keyboard Layouts` folder on installation. | | `prefpane` | yes | Relative path to a Preference Pane that should be moved into the `~/Library/PreferencePanes` folder on installation. | -| `qlplugin` | yes | Relative path to a QuickLook Plugin that should be moved into the `~/Library/QuickLook` folder on installation. | +| `qlplugin` | yes | Relative path to a Quick Look Plugin that should be moved into the `~/Library/QuickLook` folder on installation. | | `mdimporter` | yes | Relative path to a Spotlight Metadata Importer that should be moved into the `~/Library/Spotlight` folder on installation. | | `screen_saver` | yes | Relative path to a Screen Saver that should be moved into the `~/Library/Screen Savers` folder on installation. | | `service` | yes | Relative path to a Service that should be moved into the `~/Library/Services` folder on installation. | @@ -1356,7 +1356,7 @@ Details of software names and brands will inevitably be lost in the conversion t #### Simplified names of non-App software -* Currently, rules for generating a token are not well-defined for Preference Panes, QuickLook plugins, and several other types of software installable by Homebrew Cask. Just create the best name you can, based on the filename on disk or the vendor’s web page. Watch out for duplicates. +* Currently, rules for generating a token are not well-defined for Preference Panes, Quick Look plugins, and several other types of software installable by Homebrew Cask. Just create the best name you can, based on the filename on disk or the vendor’s web page. Watch out for duplicates. Non-app tokens should become more standardized in the future. diff --git a/docs/Manpage.md b/docs/Manpage.md index 9a2b6cf02c..fe79c52323 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -1719,7 +1719,7 @@ These options are applicable to the `install`, `reinstall`, and `upgrade` subcom Target location for Preference Panes (default: `~/Library/PreferencePanes`). * `--qlplugindir`: - Target location for QuickLook Plugins (default: `~/Library/QuickLook`). + Target location for Quick Look Plugins (default: `~/Library/QuickLook`). * `--mdimporterdir`: Target location for Spotlight Plugins (default: `~/Library/Spotlight`). diff --git a/manpages/brew.1 b/manpages/brew.1 index f170d805e0..e84e46adb5 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -2454,7 +2454,7 @@ Target location for Preference Panes (default: \fB~/Library/PreferencePanes\fR)\ . .TP \fB\-\-qlplugindir\fR -Target location for QuickLook Plugins (default: \fB~/Library/QuickLook\fR)\. +Target location for Quick Look Plugins (default: \fB~/Library/QuickLook\fR)\. . .TP \fB\-\-mdimporterdir\fR