Save Time On The Command Line With These Two Tools

Command-line interfaces (CLI) give users the ability to quickly execute commands and change virtually anything about a machine. However, sometimes remembering  or researching the write command or syntax can take more time than clicking through a GUI. These two tools will help save you time by simplifying commands and making your everyday work more efficient.

TLDR

The popular shorthand notation for the phrase “Too long; didn’t read” simplies long and extensive text into a few main points. TLDR Pages does the same for man pages. Installation via npm is very easy and quick. Afterwards, typing tldr $command will show a straightforward man page for $command.

TLDR Example

TLDR pages work on linux and OS X. There is also a web app interface for less immediate results. For OS X specific commands type osx/$command. Man pages are still useful for more extensive options, but tldr is handy for quick lookups.

Climate

TLDR is useful for remembering, but Climate actually shortens and runs commands. Installation requires cloning the Github repository and running the install script. Climate commands are grouped into categories such as monitoring performance, SSHing to upload and download files, and network tools to run a speed test or view used ports. There are some small but useful commands such as a console clock, getting the weather, and a nice overview for system performance. Learning the real commands for normal functions is imperative, but these shortcuts still add convenient features.

Climate Example

Resources

Climate Github Page

TLDR Github Page

TLDR Web App

NODE Video on Simplifying CLI

Written on January 19, 2017