Commit Graph

89 Commits

Author SHA1 Message Date
Vincent Batts d100da0a0f
travis: more golang versions
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-11-17 11:31:08 -05:00
Vincent Batts 043174f418
list: link unicode codepoint the full list
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-11-17 11:30:07 -05:00
Vincent Batts 85d3b16c68
Merge pull request #16 from emojisum/codepoints
Many more codepoints
2017-11-17 11:12:36 -05:00
Vincent Batts 8c91593519
emojimap: adding many more codepoints
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-11-17 11:04:04 -05:00
Vincent Batts 7406a78c69
emojimap: codepoint for another 18 emoji
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-11-17 10:40:04 -05:00
Vincent Batts 13614020a3
Merge pull request #15 from emojisum/remove_github_only
Remove GitHub only emojis
2017-11-17 09:49:06 -05:00
Vincent Batts 5f05be6e73
emojimap: :hurtrealbad: -> 🕵
Ref: #5

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-11-17 09:40:19 -05:00
Vincent Batts e55f1cc730
emojimap: :troll_face: -> 🤢
Ref: #5

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-11-17 09:36:01 -05:00
Vincent Batts 998a2f8244
emojimap: :finnadie: -> 😰
Ref: #5

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-11-17 09:27:58 -05:00
Vincent Batts b1d408c840
README: organize sections
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-11-16 23:16:30 -05:00
Vincent Batts 646a726169 Merge pull request #14 from tlwr/patch-1
Fix links in README.md
2017-04-12 10:37:39 -04:00
Toby Lorne 2887466ae4 Fix links in README.md
Links did not have a protocol so they were relative, clicking them gave a GH 404 page. Added protocols so that links are now absolute and work correctly.
2017-04-12 10:24:14 -04:00
Vincent Batts 4473c4a278 Merge pull request #13 from emojisum/org-move
*: github org rename
2017-02-10 09:50:45 -06:00
Vincent Batts 64ce4ea851
*: github org rename
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-02-10 10:48:38 -05:00
Vincent Batts 589add23e6 Merge pull request #12 from emojisum/readme
readme: add a link, and remove "I"
2017-02-10 09:46:57 -06:00
Vincent Batts c1a37874e0
readme: add a link, and remove "I"
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-02-10 10:43:41 -05:00
Vincent Batts c73c325a38 Merge pull request #11 from smunilla/add_unicode_codepoints
[WIP] Add Unicode Codepoints to Emoji Map
2017-02-10 08:59:57 -06:00
Samuel Munilla fe447070e2 Add Unicode Codepoints to Emoji Map
Fixes #8.
2017-02-10 09:54:03 -05:00
Vincent Batts 57fc4649c2 Merge pull request #6 from vbatts/map_emoji_words
Map emoji words
2017-02-07 14:38:24 -05:00
Vincent Batts 7fea20724b
main: make the Map use the first colon notation
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-02-07 14:30:57 -05:00
Vincent Batts a9e159d830
emoji: fix the template output for markdown
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-02-07 14:09:07 -05:00
Vincent Batts fdb51823d7
emoji: add a pretty list of the emoji
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-02-07 10:53:33 -05:00
Vincent Batts 0a1c501226
emoji: don't need to `go generate`
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-02-07 10:35:55 -05:00
Vincent Batts 62f21228f8
main: use the Words map
This is naive to begin with, as I know that the first position of the
Words map is the 😃 notation. Though since main.go is expecting
the colon notation, but could eventually get a Unicode codepoint, there
ought to be checking for this.

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-02-07 10:20:36 -05:00
Vincent Batts 62919c069f
emoji: provide options for each position
Per https://github.com/vbatts/emojisum/issues/5 there are some options
in this list that are better expressed as a unicode codepoint.

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-02-07 10:17:50 -05:00
Vincent Batts aa14e6436d
emoji: clarify the desciption
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-02-07 09:53:06 -05:00
Vincent Batts 0c15bf2ef1
README: point to perma url
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-02-07 09:44:41 -05:00
Vincent Batts 0dadbcccc4
emoji: correct wording for canonical URLs
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-12-13 14:28:52 -05:00
Vincent Batts e18869e595 Merge pull request #2 from vbatts/draft
emoji: make the list an independent doc
2016-12-13 14:20:50 -05:00
Vincent Batts 3efa665df0
emoji: more of a draft of a convention
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-12-13 14:19:18 -05:00
Vincent Batts 02257e6b22 Merge pull request #4 from vbatts/badge
README: add build badge
2016-12-13 13:23:11 -05:00
Vincent Batts bd9d82b898
README: add build badge
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-12-13 13:22:01 -05:00
Vincent Batts 2332d1260c
emoji: make the list an independent doc
during this draft phase, the authoritative document for the ordering of
the emoji needs to be consumable by other languages and as a library.

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-12-13 13:21:15 -05:00
Vincent Batts a2456feb8f Merge pull request #3 from vbatts/travis
main: vet, lint, and travis
2016-12-13 13:20:00 -05:00
Vincent Batts 0c995c4059
main: vet, lint, and travis
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-12-13 13:18:58 -05:00
Vincent Batts a70422cd0c
main: 🇬🇧 and 🇬🇧 are dups. Use 🇪🇺 instead.
Closes #1

Reported-by: Sebastiaan van Stijn (@thaJeztah)
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-12-03 10:11:38 -05:00
Vincent Batts 6110f8b271
main: use a space instead of tab
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-12-02 13:05:45 -05:00
Vincent Batts a8885e2038
*: moving to a repo
Since this was initially on
https://gist.github.com/vbatts/ed28cddc23d6d2123e0c0295b278471b

Folks asked for this to be `go get`'able.

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-12-02 11:41:44 -05:00
Vincent Batts b049d4d104 Initial commit 2016-12-02 11:34:29 -05:00