12
endor
6y

I've just found an awesome repo:
https://github.com/tldr-pages/tldr

There is soooo much great stuff in there! Lots and lots of commands with some quick examples, much clearer than having to look through cryptic manpages and SO replies.

I literally just understood in 30 seconds how git stash and cherry-pick work thanks to those examples - something I struggled to wrap my head around from the --help manual

This is awesome!

Comments
  • 1
    Looks really good; bookmarked!
  • 0
    But... tar isn't in there :(
  • 2
    @oscarascal
    Lookin at the front page of tldr.sh it looks like tar is indeed included in the 'tldr' command!
  • 1
    @twistedvip Right, I should have tapped "View all of README.md" 😅 I went looking directly into pages/linux and didn't see the pages/common directory
  • 1
    This is kind of awesome. If I may make additional suggestions, there's a tool called cheat (https://github.com/chrisallenlane/... or `pip install cheat`)
    To make and view cheat sheets just like these. And it comes with a lot of good premade ones.
  • 0
    @deadPix3l oooh, that looks like a great integration too!
Add Comment