-
-
Notifications
You must be signed in to change notification settings - Fork 11.1k
brew docs as an alias for open https://docs.brew.sh #13834
Description
Provide a detailed description of the proposed feature
brew docs as a shortcut for open https://docs.brew.sh
Also udpate brew help
$ brew help
(....)
Further help:
brew commands
brew help [COMMAND]
man brew
- https://docs.brew.sh
+ brew docsWhat is the motivation for the feature?
Laziness is one of the three great virtues of the programmer, as defined by Larry Wall.
Laziness is the quality that makes you go to great effort to reduce overall energy expenditure. It makes you write labor-saving programs that other people will find useful and document what you wrote so you don't have to answer so many questions about it.
How will the feature be relevant to at least 90% of Homebrew users?
Benefits for users
It makes it marginally easier to 90% of Homebrew users to access the docs at https://docs.brew.sh
And maybe find the information they need, which is nice.
Benefits for maintainers
It is marginally nicer for Homebrew maintainers that Homebrew users are empowered to find the documentation they need. They would have to repeat themselves marginally less.
Of course, many users still won't read the docs, but now maintainers can reply
This is documented in
$ brew docs, sectionCommon Issues
This kind of reply makes it marginally more likely that users read the docs next time.
Yes it's just a RTFM, but I think/hope it's an empowering "Read the Friendly Manual" RTFM, not the "Read the Fucking Manual" RTFM.
Benefits for documentation writers
As someone who writes technical documentation myself, I know this is hard work and I know that I like it when more users actually use and benefit from the documentation.
What alternatives to the feature have been considered?
Bookmarking https://docs.brew.sh
But I'm too lazy to bookmark things and use browser bookmarks correctly.