Mac tell application "iTunes" set yaml to "" set newline to " " repeat with t in every track of current playlist set entry to "- title: " & name of t & newline set entry to entry & " album: " & album of t & newline set entry to entry & " arti... 続きを読む
■ Twittering from AppleScript inspired by http://blog.codahale.com/2007/01/15/tweet-twitter-quicksilver/ set input to (display dialog "What are you doing?" buttons {"Cancel", "Update"} default button 2 default answer "") if button returned o... 続きを読む