My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

Post hidden from Hashnode

Posts can be hidden from Hashnode network for various reasons. Contact the moderators for more details.

My Ten Favorite Command-Line Utilities

My Ten Favorite Command-Line Utilities

The Coding Unicorn's photo
The Coding Unicorn
·Jun 30, 2019

Depending on tools that you use, Terminal can either make you productive or slow you down. Below you will find ten command-line tools and utils that make me more productive.

1️⃣ tldr is a better and simpler version of man pages. When I forget how to use a certain unix utility, such as chmod, there is no better solution than typing tldr chmod.

2️⃣ fx is an awesome JSON processor for the command line. You can display, filter, and transform JSON without leaving the command line.

Continue Reading...