Skip to content

Instantly share code, notes, and snippets.

@smileart
Created July 5, 2012 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smileart/3055829 to your computer and use it in GitHub Desktop.
Save smileart/3055829 to your computer and use it in GitHub Desktop.
Scale plugin for earthquake.gem
# encoding: UTF-8
# Scale plugin for earthquake.gem
#
# written by Smile @rT, https://github.com/smileart
#
# WARNING: Works properly only with monospaced fonts!
# PROTIP: Type under "=" symbol to avoid exceeding the limit
#
Earthquake.init do
command :s do
puts ' '+'='.c([1, 34])*140+'❯'.c([1, 34])
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment