As configured in my dotfiles.
start new:
tmux
start new with session name:
| #encoding:UTF-8 | |
| #!/usr/bin/env ruby | |
| require 'rubygems' | |
| require 'FasterCSV' | |
| require 'httparty' | |
| require 'json' | |
| require 'highline/import' | |
| def get_input(prompt="Enter >",show = true) |
As configured in my dotfiles.
start new:
tmux
start new with session name:
| # -*- coding: utf-8 -*- | |
| import os | |
| import StringIO | |
| import hashlib | |
| try: | |
| from boto.s3.connection import S3Connection | |
| from boto.s3.key import Key | |
| except ImportError: | |
| raise ImproperlyConfigured, "Could not load Boto's S3 bindings." |