DEV Community

Simon Nyström
Simon Nyström

Posted on • Originally published at newcurrent.se

1

tldr: Remember your commands

What is tldr?

tldr is an open-source command line tool distributed both via npm and pip3 that lets you easily look up common use cases for various commands.

Have you ever been in the position where you:

  • Forgot how to use the tar command?
  • Forgot how to open an ssh tunnel?
  • Forgot how git rebase works?
  • Forgot how to in the terminal?

Well, I have. tldr lets you easily look up common uses cases for commands and subcommands. All the tldr pages are open-source and community driven, and if a command you are trying to use tldr for is not available, you can always add it yourself to help out both yourself and others.


How do I install it?

To get your hands on tldr, all you have to do is install it in one of the following ways:

  • npm install -g tldr
  • pip3 install tldr

After that, provided the package location is in your path, all you need to do is run tldr git rebase for example.

Here's an example of what that might look like:

tldr_img


More information

If you have further interest in this, please visit https://tldr.sh/

Image of Datadog

The Future of AI, LLMs, and Observability on Google Cloud

Datadog sat down with Google’s Director of AI to discuss the current and future states of AI, ML, and LLMs on Google Cloud. Discover 7 key insights for technical leaders, covering everything from upskilling teams to observability best practices

Learn More

Top comments (0)

Image of Datadog

The Essential Toolkit for Front-end Developers

Take a user-centric approach to front-end monitoring that evolves alongside increasingly complex frameworks and single-page applications.

Get The Kit

👋 Kindness is contagious

Dive into an ocean of knowledge with this thought-provoking post, revered deeply within the supportive DEV Community. Developers of all levels are welcome to join and enhance our collective intelligence.

Saying a simple "thank you" can brighten someone's day. Share your gratitude in the comments below!

On DEV, sharing ideas eases our path and fortifies our community connections. Found this helpful? Sending a quick thanks to the author can be profoundly valued.

Okay