EmojifiRb
A script that turns things into emojis! π¨πΆπ΄πΉπ½πΈ
Installation
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
Usage
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!"
Contributing
- 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