Avatar
nym
bcea2b98506d1d5dd2cc0455a402701e342c76d70f46e38739aadde77ccef3c9

tldr pages - Collaborative cheatsheets for console commands

https://github.com/tldr-pages/tldr

![image](https://m.stacker.news/27489)

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/

![image](https://m.stacker.news/27455)

> 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.