tldr pages - Collaborative cheatsheets for console commands
https://github.com/tldr-pages/tldr

The tldr-pages project is a collection of community-maintained help pages for command-line tools, that aims to be a simpler, more approachable complement to traditional man pages.
Maybe you're new to the command-line world? Perhaps you're just a little rusty or can't always recall the arguments for commands like `lsof`, or `tar`?
It certainly doesn't help that, in the past, the first option explained in `man tar` was:
Click - Python package for creating beautiful command line interfaces
https://click.palletsprojects.com/en/8.1.x/

> Click is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary. It’s the “Command Line Interface Creation Kit”. It’s highly configurable but comes with sensible defaults out of the box. It aims to make the process of writing command line tools quick and fun while also preventing any frustration caused by the inability to implement an intended CLI API. Features: arbitrary nesting of commands, automatic help page generation, supports lazy loading of subcommands at runtime.
















