Utf8Symbols
Easy way to type some utf-8 symbols, helpful for command line.
"View the utf8_symbols documentation"
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
- Fork it
- 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 new Pull Request