Ruoyu Zhong 9cd5078efb
cmd/tab: new command
Add `brew tab`, a new command to edit tab information, as previously
discussed in https://github.com/Homebrew/brew/pull/17125#issuecomment-2068473483.
Currently, this supports marking or unmarking formulae as installed on
request.

Sample usage:

    $ brew tab --installed-on-request curl
    ==> curl is now marked as installed on request.
    $ brew autoremove --dry-run
    [no output]
    $ brew tab --no-installed-on-request curl
    ==> curl is now marked as not installed on request.
    $ brew autoremove --dry-run
    ==> Would autoremove 2 unneeded formulae:
    curl
    rtmpdump

Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2024-06-13 11:44:14 +08:00
..
2024-05-01 11:35:21 +02:00
2024-05-01 11:35:21 +02:00
2024-03-31 21:46:25 +02:00
2022-11-26 10:28:12 -05:00
2021-12-02 22:58:31 -05:00
2024-05-31 15:38:04 +01:00
2024-02-11 21:53:21 -05:00
2019-01-08 19:13:46 +00:00
2017-01-04 10:53:21 +00:00
2024-05-17 12:38:16 +09:00
2024-05-01 11:35:21 +02:00
2024-05-19 14:01:29 +02:00
2024-05-01 11:35:21 +02:00
2024-05-23 16:29:14 +01:00
2024-05-01 11:35:21 +02:00
2024-05-13 14:09:44 -04:00
2024-06-13 11:44:14 +08:00
2024-06-11 13:53:16 +01:00
2017-07-02 15:09:26 +01:00
2024-05-01 11:35:21 +02:00

Homebrew Docs

These are the source files for the Homebrew documentation site.

A GitHub Action is run to validate each change before the site is deployed to GitHub Pages.

Usage

Open https://docs.brew.sh in your web browser.

To instead generate the site locally to http://localhost:4000, run:

cd `brew --repository`/docs
bundle install
bundle exec jekyll serve --watch