WWDC

A command-line interface for accessing WWDC session content

ASCIIwwdc provides searchable full-text transcripts of WWDC content. wwdc builds on its API, which is documented in the project's README.

As a CLI aficionado, you should definitely check out Nomad, a world-class command line utilities for iOS development.

Installation

$ gem install wwdc

Usage

$ wwdc info 228

    228: "Hidden Gems in Cocoa and Cocoa Touch"

    Learn from the experts about the Cocoa and Cocoa Touch classes you may not even know exist, as well as some very obscure but extremely valuable classes that are favorites of the presenters.

    https://developer.apple.com/wwdc/videos/?id=228

$ wwdc open 228

    # Opens browser to Apple Developer page with links to slides and video

$ wwdc search UIView

    203: "What’s New in Cocoa Touch"

    > UIView property called tintColor. So, Andy talked about the fact that we've taken the tintColor concept and hoisted it all the way up to UIView, right.

Contact

Mattt Thompson

License

WWDC is available under the MIT license. See the LICENSE file for more info.

All content copyright © 2013 Apple Inc. All rights reserved.