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:
| /* Non-Italics */ | |
| @font-face { | |
| font-family: "VictorMono Nerd Font"; | |
| font-style: normal; | |
| font-weight: 200; | |
| src: url(https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/VictorMono/Light/complete/Victor%20Mono%20Light%20Nerd%20Font%20Complete.ttf?raw=true); | |
| } | |
| @font-face { | |
| font-family: "VictorMono Nerd Font"; | |
| font-style: normal; |
| # This is the alias to actually launch the AppleScript. | |
| # Put this in your `.bash_profile` or wherever you like to keep aliases | |
| # This assumes the AppleScript is located in `~/AppleScripts/autopush.applescript` | |
| alias veep="osascript ~/AppleScripts/autopush.applescript" |