1
0
Fork 0
mirror of https://github.com/emojisum/emojisum.git synced 2024-09-26 12:24:00 +00:00
Commit graph

29 commits

Author SHA1 Message Date
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
02257e6b22 Merge pull request #4 from vbatts/badge
README: add build badge
2016-12-13 13:23:11 -05:00
bd9d82b898
README: add build badge
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-12-13 13:22:01 -05:00
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
a2456feb8f Merge pull request #3 from vbatts/travis
main: vet, lint, and travis
2016-12-13 13:20:00 -05:00
0c995c4059
main: vet, lint, and travis
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-12-13 13:18:58 -05:00
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
6110f8b271
main: use a space instead of tab
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-12-02 13:05:45 -05:00
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
b049d4d104 Initial commit 2016-12-02 11:34:29 -05:00