Baixe imagesnap de https://github.com/rharder/imagesnap ou instale-o com homebrew:
brew install imagesnap
Criar ~/.gitshots
diretório:
mkdir ~/.gitshots
Adicione isso como um gancho post-commit para seu repo git:
#!/usr/bin/env ruby
file="~/.gitshots/#{Time.now.to_i}.jpg"
unless File.directory?(File.expand_path("../../rebase-merge", __FILE__))
puts "Taking capture into #{file}!"
system "imagesnap -q -w 3 #{file} &"
end
exit 0
Monte o vídeo com http://www.dayofthenewdan.com/projects/tlassemble
Aproveitar!
<iframe src = ” http://player.vimeo.com/video/44067957 ” width = “500” height = “375” frameborder = “0” webkitAllowFullScreen mozallowfullscreen allowFullScreen> </iframe>
<a href=” http://vimeo.com/44067957″> Demonstração no Vimeo </a>. </p>