Skip to content

Instantly share code, notes, and snippets.

@lukesutton
Created September 3, 2019 04:59
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 lukesutton/bb6cf3443f00595021dae40f394a5884 to your computer and use it in GitHub Desktop.
Save lukesutton/bb6cf3443f00595021dae40f394a5884 to your computer and use it in GitHub Desktop.
Nu Shell examples
echo "$(git log --pretty=format:'%h|%s|%aN|%aE|%aD' -n 10)" | lines | split-column "|" commit subject name email date
git status --porcelain | lines | split-column " " status file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment