Joined November 2017
·

m5rk

Posted to Running modified specs with git over 1 year ago

This is awesome! The length of the whitespace around "modified:" varies by version of git. Here's a more precise and reliable cut:

git status | grep spec | grep "modified:" | cut -d: -f2-
Achievements
1 Karma
0 Total ProTip Views