Named Emojis for Mac OSX Lion and Later. Emoji's names are from Campfire and GitHub.
See also: Emoji cheat sheet
$ gem install named_emoji
require 'named_emoji'
puts NamedEmoji.emojis[:smile]
# => ������
include NamedEmoji
emojis[:grin]
# => ������
As command line tool:
$ emoji scream
������
List available emojis:
$ emoji -l
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request