Commit Graph

15 Commits

Author SHA1 Message Date
Vincent Batts cbdb939f22
README: a clearer tl;dr; message
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2022-04-13 10:19:33 -04:00
Vincent Batts cdca4cf09e
remove pointer references
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2019-11-02 08:44:48 -04:00
goldenMetteyya 07599ca283 rust implementation 2019-03-10 22:40:57 -04:00
Vincent Batts a1c34a4637
emoji: update spec for combination unicode
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2018-10-16 15:27:44 -04:00
Vincent Batts 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
Vincent Batts 03abb8d479
main: shorten the parse flag
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2018-01-27 06:15:30 -05:00
Vincent Batts b1d408c840
README: organize sections
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-11-16 23:16:30 -05: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 64ce4ea851
*: github org rename
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-02-10 10:48:38 -05: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 0c15bf2ef1
README: point to perma url
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-02-07 09:44:41 -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 bd9d82b898
README: add build badge
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-12-13 13:22:01 -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