Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rusq/emogrid
Slack like a pro
https://github.com/rusq/emogrid
a-plus-use-of-the-time emoji godlike macros professional slack zero-value
Last synced: 12 days ago
JSON representation
Slack like a pro
- Host: GitHub
- URL: https://github.com/rusq/emogrid
- Owner: rusq
- License: wtfpl
- Created: 2023-03-16T22:17:46.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T22:40:32.000Z (3 months ago)
- Last Synced: 2024-12-06T08:32:40.347Z (19 days ago)
- Topics: a-plus-use-of-the-time, emoji, godlike, macros, professional, slack, zero-value
- Language: Go
- Homepage:
- Size: 659 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Emogrid
Emogrid produces a macros to be pasted into Slack to produce emoji grids.
## Usage
```sh
Usage: ./emogrid [flags] [x] [y]
Where x is the number of emojis in the line (default: 2)
y is the number of lines (default: 2)Flags:
-sep string
Separator between prefix and number (default "-")
-start int
Start with this number (default 1
```For example, running:
```sh
emogrid topper 2 2
```
produces:
```
:topper-1::topper-2:
:topper-3::topper-4:
```On a MacOS, it's easy to copy that directly into your clipboard:
```sh
emogrid topper | pbcopy
```
I'm sure that on Linux and Windows there's also a command like that, but I'll
leave it for you to figure out.