bcomnes / mooon

:new_moon::waxing_crescent_moon::first_quarter_moon::waxing_gibbous_moon::full_moon::waning_gibbous_moon::last_quarter_moon::waning_crescent_moon::new_moon: in your tray
ISC License
10 stars 2 forks source link

emoji clock #2

Open Flet opened 9 years ago

Flet commented 9 years ago

This little oh-my-zsh plugin made me think of this repo :)

https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/emoji-clock/emoji-clock.plugin.zsh

Could be fun to make a moonmoji style package but for time :)

bcomnes commented 9 years ago

:+1: Lets do it! I was using this as a playground to experiment with packaging workflows. But I actually like having this running!

Flet commented 9 years ago

Well, here is https://github.com/Flet/clockmoji but it sends back unicode emoji... which may not work well considering #4.

bcomnes commented 9 years ago

Rad! As long as it gives back an object with a field that can map to an icon, we can do an electron right now like https://github.com/bcomnes/mooon/blob/master/index.js#L10. Also, returning emoji from a cli interface is useful for shell prompts. We should match that name to http://www.emoji-cheat-sheet.com/ Openening a new issue here.