Seth Kenlon

Authored Comments

I use man pages. Some are better than others.

A great project that I always install is the cheat command: https://github.com/chrisallenlane/cheat

It works like a man page:

$ cheat tar

Prints common examples of how the tar command gets used.

It's got a bunch of command examples, and you can add more easily, and even contribute examples back. Combined with man pages, it's a pretty complete reference set.

Very cool. I use Docbook or XML both at work and at home, so I look forward to taking a look at QXmlEdit. Thanks!