Skip to content

Instantly share code, notes, and snippets.

@webmanarmy
Created April 11, 2013 16:22
Show Gist options
  • Save webmanarmy/5364829 to your computer and use it in GitHub Desktop.
Save webmanarmy/5364829 to your computer and use it in GitHub Desktop.
Search for TODOs
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