Created
April 11, 2013 16:22
-
-
Save webmanarmy/5364829 to your computer and use it in GitHub Desktop.
Search for TODOs
This file contains 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
time ack -a -G '\.js$|.rb$|.css$|.scss$' --ignore-dir=tmp "TODO" | awk '{split($0,a,":"); {print "git blame --date short -L" a[2] ",+1", a[1] | "/bin/sh | cat"}}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment