Utf8Symbols

Easy way to type some utf-8 symbols, helpful for command line.

Installation

Add this line to your application's Gemfile:

gem 'utf8_symbols'

And then execute:

$ bundle

Or install it yourself as:

$ gem install utf8_symbols

Usage

Usage is really simple:

Utf8Symbols.success     # => ✓
Utf8Symbols.success_fat # => ✔

You can find an entire list of available symbols directly in lib/Utf8Symbols

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request