4dc49af65b
Merge pull request #27 from emojisum/moar_unicode
...
emoji: everything has a unicode point
2018-10-16 15:19:16 -04:00
14c98e05f3
emoji: everything has a unicode point
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2018-10-16 15:13:30 -04:00
1c77e2cfec
Merge pull request #26 from emojisum/fix_flags
...
emoji: fix merged unicode
2018-10-16 14:46:32 -04:00
cc9cb5d099
emoji: fix merged unicode
...
for several of the emoji "words", they are a union of unicode points.
Like flags are the two letters together. Female Detective is a number of
connected symbols. This representation needs to be alltogether.
With this update the unicode points are joined, and require spliting on
the "U+". To help with this and be useful as a library there is a
function `emoji.CodepointToUnicode(string) string` to do this now.
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2018-10-16 14:38:00 -04:00
1d0526c5b6
Merge pull request #24 from emojisum/002
...
emoji: a couple of flags (it's the letters)
2018-10-15 13:33:31 -04:00
9e38b5a8bb
emoji: a couple of flags (it's the letters)
...
This needs a fix to the representation of combined unicodes. Perhaps
every item in the list needs to be a list of lists? or just to split the
string?
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2018-10-15 13:26:41 -04:00
95f9a846e6
Merge pull request #25 from emojisum/003
...
travis: updates
2018-10-15 13:26:13 -04:00
112c267af5
travis: updates
...
fix golint url and add newer golang versions
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2018-10-15 13:20:30 -04:00
66cfb7c940
adding a few more
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2018-07-02 10:15:49 -04:00
03abb8d479
main: shorten the parse flag
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2018-01-27 06:15:30 -05:00
313ec423be
Merge pull request #22 from emojisum/codepoints
...
emojimap: more codepoints
2017-11-17 16:18:02 -05:00
6019ddbd13
emojimap: more codepoints
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-11-17 16:08:54 -05:00
b10327998b
Merge pull request #20 from emojisum/switcheroo
...
Switcheroo
2017-11-17 15:23:18 -05:00
50730ba449
emojimap: grouping like, and replacing with carousel
...
people holding hands are great, and need to be together.
replacing slot with carousel, per
https://github.com/emojisum/emojisum/issues/5#issuecomment-345282316
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-11-17 15:19:18 -05:00
20568df2ed
emojimap: more switcheroo
...
ref:
- https://github.com/emojisum/emojisum/issues/5#issuecomment-345301516
- https://github.com/emojisum/emojisum/issues/5#issuecomment-345350268
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-11-17 15:15:04 -05:00
3bb071a975
emojimap: axe 🐸 for 🥜
...
ref:
- https://github.com/emojisum/emojisum/issues/5#issuecomment-345283599
- https://github.com/emojisum/emojisum/issues/5#issuecomment-345349184
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-11-17 15:12:55 -05:00
df4c3dfd66
Merge pull request #19 from emojisum/codepoints
...
emojimap: more codepoints
2017-11-17 15:10:56 -05:00
cc5dd612ec
emojimap: more codepoints
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-11-17 15:06:50 -05:00
f7096793d5
Merge pull request #18 from emojisum/travis
...
travis: more golang versions
2017-11-17 11:33:46 -05:00
36e7a0015f
Merge pull request #17 from emojisum/link_list_to_unicode
...
list: link unicode codepoint the full list
2017-11-17 11:31:28 -05:00
d100da0a0f
travis: more golang versions
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-11-17 11:31:08 -05:00
043174f418
list: link unicode codepoint the full list
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-11-17 11:30:07 -05:00
85d3b16c68
Merge pull request #16 from emojisum/codepoints
...
Many more codepoints
2017-11-17 11:12:36 -05:00
8c91593519
emojimap: adding many more codepoints
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-11-17 11:04:04 -05:00
7406a78c69
emojimap: codepoint for another 18 emoji
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-11-17 10:40:04 -05:00
13614020a3
Merge pull request #15 from emojisum/remove_github_only
...
Remove GitHub only emojis
2017-11-17 09:49:06 -05:00
5f05be6e73
emojimap: :hurtrealbad: -> 🕵
...
Ref: #5
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-11-17 09:40:19 -05:00
e55f1cc730
emojimap: :troll_face: -> 🤢
...
Ref: #5
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-11-17 09:36:01 -05:00
998a2f8244
emojimap: :finnadie: -> 😰
...
Ref: #5
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-11-17 09:27:58 -05:00
b1d408c840
README: organize sections
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-11-16 23:16:30 -05:00
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
4473c4a278
Merge pull request #13 from emojisum/org-move
...
*: github org rename
2017-02-10 09:50:45 -06:00
64ce4ea851
*: github org rename
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-02-10 10:48:38 -05:00
589add23e6
Merge pull request #12 from emojisum/readme
...
readme: add a link, and remove "I"
2017-02-10 09:46:57 -06:00
c1a37874e0
readme: add a link, and remove "I"
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-02-10 10:43:41 -05:00
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
57fc4649c2
Merge pull request #6 from vbatts/map_emoji_words
...
Map emoji words
2017-02-07 14:38:24 -05:00
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
a9e159d830
emoji: fix the template output for markdown
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-02-07 14:09:07 -05:00
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
0a1c501226
emoji: don't need to go generate
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-02-07 10:35:55 -05:00
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
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
aa14e6436d
emoji: clarify the desciption
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-02-07 09:53:06 -05:00
0c15bf2ef1
README: point to perma url
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-02-07 09:44:41 -05:00
0dadbcccc4
emoji: correct wording for canonical URLs
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-12-13 14:28:52 -05:00
e18869e595
Merge pull request #2 from vbatts/draft
...
emoji: make the list an independent doc
2016-12-13 14:20:50 -05:00
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