-
-
Save lukesutton/bb6cf3443f00595021dae40f394a5884 to your computer and use it in GitHub Desktop.
Nu Shell examples
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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