Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/donatj/ghemoji
Golang tools for working with old style github :emoji:
https://github.com/donatj/ghemoji
emoji github-emoji
Last synced: 26 days ago
JSON representation
Golang tools for working with old style github :emoji:
- Host: GitHub
- URL: https://github.com/donatj/ghemoji
- Owner: donatj
- License: other
- Created: 2016-10-11T20:04:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T17:12:46.000Z (6 months ago)
- Last Synced: 2024-10-03T10:56:07.934Z (about 1 month ago)
- Topics: emoji, github-emoji
- Language: Go
- Homepage:
- Size: 213 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ghemoji
[![Go Report Card](https://goreportcard.com/badge/github.com/donatj/ghemoji)](https://goreportcard.com/report/github.com/donatj/ghemoji)
[![GoDoc](https://godoc.org/github.com/donatj/ghemoji?status.svg)](https://godoc.org/github.com/donatj/ghemoji)
[![CI](https://github.com/donatj/ghemoji/actions/workflows/ci.yml/badge.svg)](https://github.com/donatj/ghemoji/actions/workflows/ci.yml)Go library for working with GitHub's `:emoji:`
Please refer to documentation https://pkg.go.dev/github.com/donatj/ghemoji
## CLI Tool
A simple CLI tool is included for easy scripting.
```
go install github.com/donatj/ghemoji/cmd/ghemoji@latest
```### Example usage
Read from arguments:
```
$ ghemoji ":+1:"
👍
```Read file standard in:
```
$ ghemoji < example.md
Example text from standard in 😄
```Read from standard in:
```
$ ghemoji
Reading from standard input... (press Ctrl-D to end)
:wink:
😉
test :100: test
test 💯 test
```