Get it from the App Store.
In XCode's Preferences > Downloads you can install command line tools.
| LESS: | |
| .kolor { | |
| color: red; | |
| } | |
| .tlo { | |
| background-color: yellow; | |
| } | |
| .klasa { |
| -------------------------------------------------- | |
| -------------------------------------------------- | |
| -- Import tasks from Things to OmniFocus | |
| -------------------------------------------------- | |
| -------------------------------------------------- | |
| tell application "Things" | |
| -- Loop through ToDos in Things | |
| repeat with aToDo in to dos of list "Next" | |
Doesn't it annoy you that you can't watch any of the Kickstarter videos because you don't have flash?
This bookmarklet converts their player to a straight HTML5 <video> tag.
Unfortunately you'll need Safari, Chrome (well, for the near future anyway) or IE9/10, because Kickstarter videos are only available in H.264. Sorry.
| // | |
| // Regular Expression for URL validation | |
| // | |
| // Author: Diego Perini | |
| // Created: 2010/12/05 | |
| // Updated: 2018/09/12 | |
| // License: MIT | |
| // | |
| // Copyright (c) 2010-2018 Diego Perini (http://www.iport.it) | |
| // |