Skip to content

Instantly share code, notes, and snippets.

@webmanarmy
Created April 11, 2013 06:22
Show Gist options
  • Save webmanarmy/5361160 to your computer and use it in GitHub Desktop.
Save webmanarmy/5361160 to your computer and use it in GitHub Desktop.
scan for TODO and git blame it
ack --ruby "TODO" | awk '{split($0,a,":"); {print "echo", a[1] "\ngit blame -L" a[2] ",+1", a[1] | "bash"}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment