Happy weekend: I wanted to share this pretty neat command line tool I came across very recently. This weekend I shared this tip with the individuals who bought my [terminal.training](https://terminal.training/) (30% off this cyber weekend only!).

[![](/images/terminal-600.jpg)](https://training.leftlogic.com/buy/terminal/cli2?coupon=BLOG\&utm_source=blog\&utm_medium=banner\&utm_campaign=remysharp-discount)

[READER DISCOUNTSave $50 on terminal.training](https://training.leftlogic.com/buy/terminal/cli2?coupon=BLOG\&utm_source=blog\&utm_medium=banner\&utm_campaign=remysharp-discount)

[I’ve published 38 videos for new developers, designers, UX, UI, product owners and anyone who needs to conquer the command line today.](https://training.leftlogic.com/buy/terminal/cli2?coupon=BLOG\&utm_source=blog\&utm_medium=banner\&utm_campaign=remysharp-discount)

[$49 - only from this link](https://training.leftlogic.com/buy/terminal/cli2?coupon=BLOG\&utm_source=blog\&utm_medium=banner\&utm_campaign=remysharp-discount)

👉 http://tldr.sh/

This is both a command line tool and a web service that gives you a "too long: didn’t read" version of a man(ual) page. And frankly, who’s reading man pages anyway? Not me, I live by the seat of my pants!

Here’s an example on the curl command:

![TLDR](/images/tldr.png)

What’s really cool is that if docs are missing, you can contribute yourself ([here’s the source to the output above](https://github.com/tldr-pages/tldr/blob/master/pages/common/curl.md)).

I’ve even gone ahead an aliased tldr to help using alias help="tldr", so now I can type "help curl" in the command line 💪

My [terminal.training](https://terminal.training) also offers a free 5 part mini course if you want a few extra command line tips.

Published 26-Nov 2017 under #code. [Edit this post](https://github.com/remy/remysharp.com/blob/main/public/blog/tldr-a-command-line-tip.md)