@liw
Agreed.
Until that time, there's https://tldr.sh/
for bash, I'm using http://gitlab.com/pepa65/tldr-bash-client
@FreePietje @liw There's also "cheat": https://github.com/cheat/cheat
@liw i use tldr for this, community maintained, ppl can add own examples
@liw bro whats wrong with usage: upfuckulate [-anSjks109PqQяΩ⾎𒁆] <arguments>... bro
@liw every command should HAVE a man page... (rant**2)
@liw Also, context. Why does the thing exist and how does it work with other tools. I always write manpages, these days usually in markdown and use #pandoc to convert them. Example: https://github.com/jgoerzen/xbnet/blob/master/doc/xbnet.1.md
@liw
This, plus sane defaults. The world would be a better place.
Extract a tarball? What the hell is zvxf doing?
It should be
tar file.tar
To extract it to a directory named ./file
It should be
tar <file or directory>
To create a tarball.
This is just one maddening example