Earlier quoted context omitted.
It may contain all information, but a clear F on UX. What I find annoying is the number of command line programs that don't even have man pages anymore. Or maybe that's just an artifact of installing them with brew? What I find interesting is that for the most part (there are exceptions), the older the man page, the more useful it is. Realistic examples. Succinct descriptions. User-friendly terminology. Too many of t…
Some ecosystems even eschew manpages. For example, I wouldn't know how to ship manpages as part of a Ruby gem, it's discouraged iirc
TLDR pages: Simplified, community-driven man pages
141–150 of 179 posts
Re: TLDR pages: Simplified, community-driven man pages
#142Earlier quoted context omitted.
One of the nice qualities of man pages is comprehensiveness, while one of the nice qualities of tldr docs is succinctness. Both are mutually exclusive; man pages cannot be both. An examples section in a manpage is a fine idea which I would certainly encourage, but that wouldn't render tldr obsolete.
Ideally I would like to see an additional section in man pages devoted to examples. The TLDR pages could then be moved into the man pages.
Re: TLDR pages: Simplified, community-driven man pages
#143Shout out to http://cht.sh , which could be used without installing anything: curl cht.sh/tr
How can I remove the colors from the output? It's hard to read on mobile (termux).
$ curl cht.sh/ls?style=bw
Or if you do like colors but not the defaults you can try other styles, see http://cht.sh/:stylesRe: TLDR pages: Simplified, community-driven man pages
#144Earlier quoted context omitted.
tldr has a better name.
Was BroPages name the only reason it hasn't gone mainstream?
I can find simple instructions for almost any tool with a search like "Convert flac to opus ffmpeg"
Re: TLDR pages: Simplified, community-driven man pages
#145Re: TLDR pages: Simplified, community-driven man pages
#146Earlier quoted context omitted.
It may contain all information, but a clear F on UX. What I find annoying is the number of command line programs that don't even have man pages anymore. Or maybe that's just an artifact of installing them with brew? What I find interesting is that for the most part (there are exceptions), the older the man page, the more useful it is. Realistic examples. Succinct descriptions. User-friendly terminology. Too many of t…
I don't think I've encountered anything on Ubuntu that doesn't have a man page, but it also seems like many of the man pages are created or improved by Debian or Ubuntu/Canonical. Homebrew probably wouldn't have those.
Ubuntu pull most of its packages from Debian, and Debian Policy says that every package that provides binaries should provide manpages for them as well. It is not a hard requirement but their absence is considered a bug.
Re: TLDR pages: Simplified, community-driven man pages
#147Earlier quoted context omitted.
[flagged]
And your comments are infuriatingly dismissive. Typical of a software engineer to not give a shit about accessibility, ease of use, actual efficiency, tools getting out of the way of people who want to do their actual jobs, etc. tl;dr You’re arrogant and elitist and think everybody should work like you do.
In addition to the guidelines, you might find these old links helpful for getting the spirit of this site:
https://news.ycombinator.com/newswelcome.html
https://news.ycombinator.com/hackernews.html
Re: TLDR pages: Simplified, community-driven man pages
#148Earlier quoted context omitted.
Ideally I would like to see an additional section in man pages devoted to examples. The TLDR pages could then be moved into the man pages.
tldr didn't choose tar as their front-page demo by accident. The tar manpage is a classic example of the CLI gods apparently going to some effort to design the Examples section to effectively tell new users to bugger the hell off.
Re: TLDR pages: Simplified, community-driven man pages
#149Earlier quoted context omitted.
tldr didn't choose tar as their front-page demo by accident. The tar manpage is a classic example of the CLI gods apparently going to some effort to design the Examples section to effectively tell new users to bugger the hell off.
https://www.freebsd.org/cgi/man.cgi?query=tar&apropos=0&sekt...
Re: TLDR pages: Simplified, community-driven man pages
#150Earlier quoted context omitted.
It seems like the maintainers of man pages just refuse to bother with something so obvious. It's been decades, and man pages are still archaic and not user friendly.
I dunno, the TLDR page highlighted tar which seems a bit odd since tar has always gone out of its way to have a very strong and useful manpage - specifically having several examples[1] at the top of the page before diving into all the intricacies of the arguments. 1. Including tar -cf and tar -xf probably the two you want to run in most cases. See: https://linux.die.net/man/1/tar