This assumes you have a proper Framework'd Python installation.
brew install python --framework
Install Qt v4.7.1
#!/usr/bin/ruby | |
# Create new jekyll post and open in textmate | |
# $ ruby _new.rb This is the title | |
# The arguments form the title | |
unless ARGV[0] | |
raise "Please provide a post title." | |
end |
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
""" | |
(c) 2014 Brant Faircloth || http://faircloth-lab.org/ | |
All rights reserved. | |
This code is distributed under a 3-clause BSD license. Please see | |
LICENSE.txt for more information. |