Skip to content

Instantly share code, notes, and snippets.

@brenogcota
Last active May 27, 2022 01:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brenogcota/60cb6802a9d7bcd2618ef47f68fb8b49 to your computer and use it in GitHub Desktop.
Save brenogcota/60cb6802a9d7bcd2618ef47f68fb8b49 to your computer and use it in GitHub Desktop.
Show package json infos by terminal
# terminal utils
alias pkg="cat package.json"
alias head-pkg="head package.json"
alias tail-pkg="tail package.json"
alias pkg-scripts="pkg | jq .scripts"
alias hgrep="history | grep "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment