ByronHsu / life-commit

πŸƒπŸ“† Life as a git. Commit on your life.

Home Page:https://byronhsu.github.io/life-commit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New lifemojis

nicktu12 opened this issue Β· comments

{
"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

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

fb

@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!

commented

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

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"
 }

I have updated. Thanks.

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

fix it now

{
  "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!