DEV Community

Discussion on: 5 CLI Utilities to Boost Your Productivity

Collapse
 
vinayhegde1990 profile image
Vinay Hegde • Edited

Awesome post Darren especially the http-prompt tool usable to test HTTP APIs

Adding some more CLI tools I've found useful over the years.

  1. Updating multiple git repos cleanly via a single command - Gitup (tested on 15+ repos on a daily basis)

  2. Checking which of your multiple repos need a pull, push, stash or upstreams - Multi-Git-Status

  3. Random collection of even more CLI tools, link1 && link2 - (most of them are something even I wish to explore)