TLDR pages: Simplified, community-driven man pages
1–10 of 179 posts
Re: TLDR pages: Simplified, community-driven man pages
#2I've been using them for a while, they replace/improve man for most cases/
Re: TLDR pages: Simplified, community-driven man pages
#3[deleted]
Re: TLDR pages: Simplified, community-driven man pages
#4Examples are great because they give the curious user an idea of how to use the command in new ways.
Re: TLDR pages: Simplified, community-driven man pages
#5I like the idea of tldr pages. Unfortunately, by default, they are a bit too slow to display—I know it's under a second, but it's just enough to break my flow.
Fortunately, there are other clients, some of which are much faster. My current favorite is tealdeer:https://github.com/dbrgn/tealdeer
Re: TLDR pages: Simplified, community-driven man pages
#6Nice idea. Also, I think that an ELI5 command would be really useful, too
Re: TLDR pages: Simplified, community-driven man pages
#7There was a previous HN discussion of "bro", can anyone comment on the differences?
"Bro pages: like man pages, but with examples only"
Re: TLDR pages: Simplified, community-driven man pages
#8There was a previous HN discussion of "bro", can anyone comment on the differences? "Bro pages: like man pages, but with examples only" https://news.ycombinator.com/item?id=7121268
tldr has a better name.
Re: TLDR pages: Simplified, community-driven man pages
#9Re: TLDR pages: Simplified, community-driven man pages
#10FWIW, can be installed on macOS with brew:
brew install tldr
EDIT to add: and so can the faster (caching) Rust version (note: install one or the other, not both, since they use the same `tldr` command) brew install tealdeer