Skip to content

Instantly share code, notes, and snippets.

@rixth
Created November 6, 2012 05:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rixth/4022687 to your computer and use it in GitHub Desktop.
Save rixth/4022687 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
repo = `basename \`git rev-parse --show-toplevel\``.strip
sha = `git rev-parse HEAD`.strip
file= "~/Dropbox/Code/gitshots/#{Time.now.to_i}-#{repo}-#{sha}.jpg"
puts "Taking capture into #{file}!";
system "imagesnap -q -w 3 #{file} &";
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment