テキストから Slack 絵文字を生成するツール —
ayato-p/slack-emoji-cli
| commit: 34ecfa7
| コマンド | 出力 |
|---|---|
emo 'お気持ち' |
![]() |
emo '猫に\小判' |
![]() |
| コマンド | 出力 |
|---|---|
emo '東京都\港区' |
![]() |
emo 'ありがとう\ね' |
![]() |
emo '東京都\港区\芝' |
![]() |
| 背景色 | コマンド | 出力 |
|---|---|---|
赤 (#E63946) |
emo --bg '#E63946' 'LGTM' |
![]() |
緑 (#2ECC71) |
emo --bg '#2ECC71' '完了' |
![]() |
オレンジ (#F39C12) |
emo --bg '#F39C12' '注意' |
![]() |
紫 (#6C3483) |
emo --bg '#6C3483' 'WIP' |
![]() |
| フォント色 | コマンド | 出力 |
|---|---|---|
赤 (#FF0000) |
emo -c '#FF0000' 'Red' |
![]() |
緑 (#00FF00) |
emo -c '#00FF00' 'Green' |
![]() |
青 (#0000FF) |
emo -c '#0000FF' 'Blue' |
![]() |
| 白 on 黒 | emo --bg '#000000' -c '#FFFFFF' 'White' |
![]() |
| コマンド | 出力 |
|---|---|
emo --font-color gaming 'Gaming' |
![]() |
| コマンド | 出力 |
|---|---|
emo --rotate 'LGTM' |
![]() |
emo --rotate=reverse 'LGTM' |
![]() |
| コマンド | 出力 |
|---|---|
emo --revolve 'ab\cd' |
![]() |
emo --revolve=reverse 'ab\cd' |
![]() |
| コマンド | 出力 |
|---|---|
emo --rotate --speed 0.5 'LGTM' |
![]() |
emo --rotate --speed 2.0 'LGTM' |
![]() |
| コマンド | 出力 |
|---|---|
emo --scroll-x 'LGTM' |
![]() |
emo --scroll-x=reverse 'LGTM' |
![]() |
| コマンド | 出力 |
|---|---|
emo --scroll-y 'LGTM' |
![]() |
emo --scroll-y=reverse 'LGTM' |
![]() |
| コマンド | 出力 |
|---|---|
emo --pulsing 'LGTM' |
![]() |
emo --pulsing=reverse 'LGTM' |
![]() |
| コマンド | 出力 |
|---|---|
emo --scroll-x --scroll-y 'LGTM' |
![]() |
emo --scroll-x --rotate 'LGTM' |
![]() |
emo --pulsing --rotate 'GO' |
![]() |
emo --pulsing --scroll-x 'LGTM' |
![]() |
| コマンド | 出力 |
|---|---|
emo --rotate --bg '#E63946' '完了' |
![]() |
emo --rotate -c '#FF0000' 'LGTM' |
![]() |
emo --font-color gaming --rotate 'GO' |
![]() |
emo --font-color gaming --revolve 'GAME' |
![]() |
emo --pulsing --font-color gaming 'RGB' |
![]() |