Commit Graph

89 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 6bb1d12c09
go: bah, golang and nested modules
this aspect of golang modules is a mess. You can not have a top-level
`package main` that has its own go.mod, and then also export a
sub-directory that has its own go.mod for cleaner dependency imports by
outside importers.

So by removing this, you're subject to the top-level go.mod of the
project. Otherwise the top-level main.go needs to be moved to a nested
./cmd/emojisum/ directory, which is a break for any packagers. 😵

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2021-11-23 11:24:31 -05:00
Vincent Batts dddcd7a159
emoji: forgot to regen the files after airplane
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2021-11-23 11:10:02 -05:00
Vincent Batts 45637bcc70
Merge pull request #39 from emojisum/cuteness
Cuteness
2021-11-23 11:08:37 -05:00
Vincent Batts 0d5677527f
emoji: use the "cute" airplane first
Ref: #37

Reported-by: Mariano Cano <mariano.cano@gmail.com> (@maraino)
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2021-11-23 11:08:14 -05:00
Vincent Batts 2012c2b45e
emoji: fix the "cute" snowflake
The first snowflake entry should've never been just `U+FE0F`, as that is
a modifier.

Ref: #37

Reported-by: Mariano Cano <mariano.cano@gmail.com> (@maraino)
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2021-11-23 11:08:14 -05:00
Vincent Batts d76116620c
Merge pull request #38 from emojisum/go-mod
go: step into the module world
2021-11-23 11:07:14 -05:00
Vincent Batts 77735d28df
go: step into the module world
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2021-11-23 11:06:46 -05:00
Vincent Batts c9b6171f2b
Merge pull request #36 from maraino/gofmt
Generate simplified code
2021-11-21 20:55:54 -05:00
Mariano Cano f2bce89bd0 Generate map_gen.go 2021-11-01 19:14:36 -07:00
Mariano Cano e2538e0443 Use Go 1.17 go:build comment 2021-11-01 19:13:49 -07:00
Mariano Cano 7bbcda6f9d Change template to generate simplified code 2021-11-01 19:12:03 -07:00
Vincent Batts cb9db27eba
Merge pull request #33 from tmr232/contrib-py
Add Python version
2021-06-01 11:49:13 -05:00
Vincent Batts 05ffe8f746
Merge pull request #35 from jonjohnsonjr/broken-emoji
Fix 🌑 and 👫
2021-06-01 11:48:47 -05:00
Vincent Batts d4e4eca9af
LICENSE: switch from GPLv2 to MIT
Fixes #34

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2021-06-01 11:47:36 -05:00
Jon Johnson 54e92ea8d0 Fix 🌑 and 👫
These had an extra space in their spec, which broke everything.
2021-05-26 14:07:16 -07:00
Tamir Bahar 72cd9b2859 Add Python version 2021-04-19 18:36:27 +03:00
Vincent Batts cdca4cf09e
remove pointer references
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2019-11-02 08:44:48 -04:00
Vincent Batts ff60d091a9
Merge pull request #32 from emojisum/emojisum-rs
rust implementation
2019-03-11 06:14:12 -04:00
Vincent Batts bc7bf711c9 travis test for rust 2019-03-10 22:50:58 -04:00
goldenMetteyya 07599ca283 rust implementation 2019-03-10 22:40:57 -04:00
Vincent Batts 31734a1a0d
Merge pull request #31 from emojisum/travis
travis: cleanup and work-around golint
2018-11-15 15:39:07 -05:00
Vincent Batts 17e8e43f59
travis: cleanup and work-around golint
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2018-11-15 15:33:31 -05:00
Vincent Batts 2e152064f3
Merge pull request #30 from emojisum/helper
emoji: adding a helper to parse a hex string into codepoint
2018-10-22 18:57:08 +01:00
Vincent Batts f0d758ab5f
emoji: adding a helper to parse a hex string into codepoint
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2018-10-22 15:19:50 +01:00
Vincent Batts 4ef81bbc82
Merge pull request #29 from emojisum/lowercase_url
Lowercase URL
2018-10-16 15:47:28 -04:00
Vincent Batts e97db24c33
Merge pull request #28 from emojisum/verbiage_for_combinations
emoji: update spec for combination unicode
2018-10-16 15:38:38 -04:00
Vincent Batts 901f45f2e1
emoji: generate the list.md
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2018-10-16 15:37:57 -04:00
Vincent Batts b3393a60a1
emoji: the URL needs to be lowercase to work
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2018-10-16 15:37:29 -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 4dc49af65b
Merge pull request #27 from emojisum/moar_unicode
emoji: everything has a unicode point
2018-10-16 15:19:16 -04:00
Vincent Batts 14c98e05f3
emoji: everything has a unicode point
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2018-10-16 15:13:30 -04:00
Vincent Batts 1c77e2cfec
Merge pull request #26 from emojisum/fix_flags
emoji: fix merged unicode
2018-10-16 14:46:32 -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 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
Vincent Batts 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
Vincent Batts 95f9a846e6
Merge pull request #25 from emojisum/003
travis: updates
2018-10-15 13:26:13 -04:00
Vincent Batts 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
Vincent Batts 66cfb7c940
adding a few more
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2018-07-02 10:15:49 -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 313ec423be
Merge pull request #22 from emojisum/codepoints
emojimap: more codepoints
2017-11-17 16:18:02 -05:00
Vincent Batts 6019ddbd13
emojimap: more codepoints
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-11-17 16:08:54 -05:00
Vincent Batts b10327998b
Merge pull request #20 from emojisum/switcheroo
Switcheroo
2017-11-17 15:23:18 -05:00
Vincent Batts 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
Vincent Batts 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
Vincent Batts 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
Vincent Batts df4c3dfd66
Merge pull request #19 from emojisum/codepoints
emojimap: more codepoints
2017-11-17 15:10:56 -05:00
Vincent Batts cc5dd612ec
emojimap: more codepoints
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-11-17 15:06:50 -05:00
Vincent Batts f7096793d5
Merge pull request #18 from emojisum/travis
travis: more golang versions
2017-11-17 11:33:46 -05:00
Vincent Batts 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