life-commit icon indicating copy to clipboard operation
life-commit copied to clipboard

New lifemojis

Open nicktu12 opened this issue 7 years ago • 8 comments
trafficstars

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

nicktu12 avatar Feb 05 '18 16:02 nicktu12

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

fb

styfle avatar Feb 05 '18 18:02 styfle

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

ByronHsu avatar Feb 06 '18 02:02 ByronHsu

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

dunklesToast avatar Feb 09 '18 13:02 dunklesToast

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

LevitatingBusinessMan avatar Feb 27 '18 01:02 LevitatingBusinessMan

I have updated. Thanks.

ByronHsu avatar Feb 27 '18 02:02 ByronHsu

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

LevitatingBusinessMan avatar Feb 28 '18 04:02 LevitatingBusinessMan

fix it now

ByronHsu avatar Feb 28 '18 05:02 ByronHsu

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

MrBenJ avatar Jan 08 '19 15:01 MrBenJ