Skip to content

Instantly share code, notes, and snippets.

@webmanarmy
Created April 11, 2013 16:22
Show Gist options
  • Select an option

  • Save webmanarmy/5364829 to your computer and use it in GitHub Desktop.

Select an option

Save webmanarmy/5364829 to your computer and use it in GitHub Desktop.

Revisions

  1. Todd created this gist Apr 11, 2013.
    1 change: 1 addition & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    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"}}'