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:
| require "rubygems" | |
| require "twitter" | |
| require "json" | |
| # things you must configure | |
| TWITTER_USER = "your_username" | |
| MAX_AGE_IN_DAYS = 1 # anything older than this is deleted | |
| # get these from dev.twitter.com | |
| CONSUMER_KEY = "your_consumer_key" |
| -------------------------------------------------- | |
| -------------------------------------------------- | |
| -- Import tasks from Things to OmniFocus | |
| -------------------------------------------------- | |
| -------------------------------------------------- | |
| -- | |
| -- Script taken from: http://forums.omnigroup.com/showthread.php?t=14846&page=2 | |
| -- | |
| -- Added: creation date, due date, start date functionality |
| [{ | |
| "title":"Post 1", | |
| "body":"Body goes here.", | |
| "tags":["Tag 1", "Tag 2"], | |
| "slug":"post-1", | |
| "published_at":"2013-06-05T18:24:59-04:00" | |
| }, { | |
| "title":"Post 2", | |
| "body":"Body goes here.", | |
| "tags":["Tag 1", "Tag 2"], |
| require "siteleaf" | |
| require "yaml" | |
| # API settings | |
| Siteleaf.api_key = '...' | |
| Siteleaf.api_secret = '...' | |
| # site settings | |
| site_id = '...' | |
| page_id = '...' # blog page to import posts into |
| require 'rack' | |
| require 'rack-legacy' | |
| require 'rack-rewrite' | |
| INDEXES = ['index.html','index.php', 'index.cgi'] | |
| use Rack::Rewrite do | |
| rewrite %r{(.*/$)}, lambda {|match, rack_env| | |
| INDEXES.each do |index| | |
| if File.exists?(File.join(Dir.getwd, rack_env['PATH_INFO'], index)) |
| sudo find /private/var/folders/ -name com.apple.dock.iconcache -exec rm {} \; |
| What is Framer | |
| Prototyping toolkit. | |
| --- | |
| Why did I make Framer | |
| Because prototyping is important. |
By @foldleft.bsky.social, see also Unfollow everyone on bsky.app.
https://twitter.com/YOUR_USER_NAME/following// Unfollow everyone on twitter.com, by Jamie Mason (https://twitter.com/fold_left)