This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.
To capture the video (filesize: 19MB), using the free "QuickTime Player" application:
| using namespace System.Collections.Generic | |
| # Encapsulate an arbitrary command | |
| class PaneCommand { | |
| [string]$Command | |
| PaneCommand() { | |
| $this.Command = ""; | |
| } |
| cd "$(dirname "$0")" | |
| mkdir -p "$(dirname "$0")/gems" | |
| export GEM_HOME="$(dirname "$0")/gems" | |
| gem install bundler --no-rdoc --no-ri | |
| $(dirname "$0")/gems/bin/bundle --without=development |