Productivity Bits

A Collection of Productivity Recipes

Print scripts section from package.json:

  • install the jq command line tool (e.g. brew install jq)
  • add alias alias cpacks="jq '.scripts' package.json"
  • test if everything works by sourcing the aliases and running cpacks

Edit long command line commands in $EDITOR:

Press <CTRL>+X <CTRL>+E

Credit: Why ZSH

© 2018 Stephan Herzog