V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
Neo
V2EX  ›  问与答

哪里可以搜到各种 apple script 和 Automator 的技巧?

  •  
  •   Neo · Nov 22, 2014 · 4505 views
    This topic created in 4187 days ago, the information mentioned may be changed or developed.
    中文这方面的资料很少,感觉配合快捷键可以让很多繁琐的事情变得简单,有没有谁可以多分享一些?
    1 replies    2014-11-22 23:11:24 +08:00
    Neo
        1
    Neo  
    OP
       Nov 22, 2014
    自学了几个目前个人需要的;配合iCal可以自动定时运行

    //打开iTunes并播放指定的的playlist
    //play_podcast.scpt

    tell application "iTunes"
    activate
    tell user playlist "Audio podcast"
    play
    end tell
    end tell

    //停止播放
    //stop_podcast.scpt

    tell application "iTunes"
    activate
    stop
    end tell
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   6261 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 29ms · UTC 03:11 · PVG 11:11 · LAX 20:11 · JFK 23:11
    ♥ Do have faith in what you're doing.