Skip to content

Instantly share code, notes, and snippets.

View mmacvicar's full-sized avatar

Michael Mac-Vicar mmacvicar

View GitHub Profile

Keybase proof

I hereby claim:

  • I am mmacvicar on github.
  • I am mmacvicar (https://keybase.io/mmacvicar) on keybase.
  • I have a public key ASDuWpQ3Ipsmucn8OOQXHj92J4DWQRFZmu2jn-GEK3Gr0wo

To claim this, I am signing this object:

#!/System/Library/Frameworks/Ruby.framework/Versions/Current/usr/bin/ruby
require 'tempfile'
module Tty extend self
def blue; bold 34; end
def white; bold 39; end
def red; underline 31; end
def reset; escape 0; end
def bold n; escape "1;#{n}" end
def underline n; escape "4;#{n}" end