ByronHsu / life-commit

🏃📆 Life as a git. Commit on your life.
https://byronhsu.github.io/life-commit/
MIT License
947 stars 37 forks source link

New lifemojis #2

Open nicktu12 opened 6 years ago

nicktu12 commented 6 years ago

{ "emoji": "🚚", "description": "Made a move }, { "emoji": "👰", "description": "Got married" }, { "emoji": "👨‍👩‍👧", "description": "Had a child" },

This is a great tool - love the idea! Keep it up

styfle commented 6 years ago

Facebook has a "Life Event" feature with many popular life events

fb

ByronHsu commented 6 years ago

@nicktu12 so cute and creative!! Thanks for your contribute. I had added it into data folder. I will add a --update options in the future so that the user can easily get sync with the newest lifemojis! Let's work together for life-commit!

dunklesToast commented 6 years ago

New LifeMoji:

 {
    "emoji": "🏖",
    "description": "Vacation"
  }

Additional Idea: You could change the order like this:

{
    "vacation": [
      {
        "emoji": "🏖",
        "description": "Beach vacation"
      },
      {
        "emoji": "💂",
        "description": "London Trip"
      },
      {
        "emoji": "🏔",
        "description": "Went Hiking"
      }
    ]
  }

So you have different categories. I don't know if that makes the committing to long because then you can nearly use any emoji! And I am currently building a Telegram bot for this so you can commit even if you are not at home / can't SSH into your life

LevitatingBusinessMan commented 6 years ago

Also edited existing death emoji

{
 "emoji": "🎁",
  "descripting": "Receiving something"
 },
 {
 "emoji": "💸",
  "description": "Buying something"
 },
 {
 "emoji": "🏈"
  "description": "Sports"
 }
 {
 "emoji": "⛑",
  "description": "Helped someone"
 },
 {
 "emoji": "👜",
  "description": "Leaving something"
 },
 {
 "emoji": "🌎",
  "description": "Travelling"
 },
 {
 "emoji": "🏥",
  "description": "Someone got sick"
 },
 {
  "emoji": "💀",
  "description": "Somebody passed away"
 }
ByronHsu commented 6 years ago

I have updated. Thanks.

LevitatingBusinessMan commented 6 years ago

Like I said I edited the existing death emoji. You know have it doubled

ByronHsu commented 6 years ago

fix it now

MrBenJ commented 5 years ago
{
  "emoji": "❗️",
  "description": "Sudden Event"
},
{
  "emoji": "😆",
  "description": "Memorable funny thing" /* "Telling jokes to kleptomaniacs is hard because they take everything literally */
},
{
  "emoji": "🏆",
  "description": "Received an award"
}

These are all the ones I can think of right now. Awesome project!