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
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.