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:
| /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HiServices.framework/Versions/A/Resources/cursors |
| #============================================================================== | |
| # MASTER SCREENRC FILE | |
| # This contains the default 'screen' settings I like to use across all | |
| # environments. | |
| # Created: 4 Nov 2006 | |
| # Author: Joseph Pearson | |
| # Based to a greater or lesser extent on various resources on the 'net. | |
| #------------------------------------------------------------------------------ | |
| startup_message off |
| create_table :users, id: false do |t| | |
| t.uuid :id, primary: true, null: false | |
| # ... | |
| end |