
MattCheetham
Member-
Content Count
6 -
Joined
-
Last visited
About MattCheetham
-
Rank
Newbie
-
My bad, messed up replacing the link. New version should work with that function!
-
I got bored of fighting with Xcode to get to the documentation and look around for stuff so I created a simple workflow. Bulk of the code isn't mine as I got the main applescript here Just pulled it together as its nice to be able to search. Usage docs <keyword> - Searches documentation via XCode. Download http://cl.ly/2R3i0z1X2l2w
-
MattCheetham reacted to a post in a topic: iTunes Movie Trailers Search
-
Excellent! Thanks for this
-
Nice, looking at the trailer site it calls a simple URL to search for the trailers and returns a JSON string of them with posters. Might be able to parse that into alfred to search for and open trailers directly.
-
Good idea, just updated it now to include that. Converts timestamp to standard date/time format!
-
I created a simple workflow to copy the current timestamp (In seconds or milliseconds) to clipboard. Useful as a developer! http://cl.ly/001g0F3K0e2R Usage timestamp - Copies current time in seconds to clipboard timestampm - Copies current time in milliseconds to clipboard timestamp <timestamp> - Converts timestamp to readable date Feedback Let me know if theres any problems or feature requests! Cheers.