Refactor Common CLI Tools
All of us command line fans have our common CLI tools ready for tasks such as jq for json manipulation and curl for creating http requests. I decided to revisit this tools and refactor them to check if i can make them more flexible and easy to use basically to…