tj / pomo

Ruby Pomodoro app for the command-line (time / task management)
MIT License
525 stars 53 forks source link

Check Mark is Ugly #16

Closed JosephPecoraro closed 14 years ago

JosephPecoraro commented 14 years ago

Use ✓ instead of √! It looks much nicer =)

Simple Patch available at: http://gist.github.com/277359

tj commented 14 years ago

Can you commit it, I will just merge it over via github it will be faster

JosephPecoraro commented 14 years ago

Done. Sent a Pull Request.

I also updated the Readme to include the new checkmarks.

andrzejsliwa commented 14 years ago

You have added check mark in utf standard ... this blow ruby 1.9, please add:

coding: utf-8

on top of pomo file.

JosephPecoraro commented 14 years ago

@andrzejsliwa I made the above change and sent a pull request. You can see it on my fork JosephPecoraro/pomo