A script that turns things into emojis! 👨👶👴👹👽👸
Add this line to your application's Gemfile:
gem 'emojifi_rb'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install emojifi_rb
As a command line tool:
$ emojifi_rb "This Is Not a Pipe"
> 🍈👪👫👷🕓🌰👷🕓🍎👳👸🕓💇🕓🍓👫👴👧
$ emojifi_rb "Here goes a secret" | pbcopy
You could copy it to your clipboard for paste it later, as seen above.
$ emojifi_rb --decode 🍈👪👫👷🕓🌰👷🕓🍎👳👸🕓💇🕓🍓👫👴👧
> "This Is Not a Pipe"
As a library:
require 'emojifi_rb'
puts EmojifiRb.encode "Hello!"
- Fork it ( https://github.com/edmt/emojifi.rb )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request