https://github.com/kejunmao/oji
(◕‿◕) 颜文字生成器 golang 版(https://github.com/xxczaki/oji)
https://github.com/kejunmao/oji
Last synced: 7 months ago
JSON representation
(◕‿◕) 颜文字生成器 golang 版(https://github.com/xxczaki/oji)
- Host: GitHub
- URL: https://github.com/kejunmao/oji
- Owner: KeJunMao
- Created: 2020-03-25T13:32:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-25T17:04:13.000Z (over 5 years ago)
- Last Synced: 2025-01-12T15:14:33.541Z (9 months ago)
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# OJI
golang 版本 [oji](https://github.com/xxczaki/oji)
```
? 选择左胳膊: ╰
? 选择右胳膊: ╯
? 选择左身体: (
? 选择右身体: )
? 选择左腮红: .
? 选择右腮红: .
? 选择左眼睛: ^
? 选择右眼睛: ^
? 选择鼻子嘴巴: ω
! 你的颜文字造好啦: ╰(.^ω^.)╯
? 复制到剪贴板: Yes
```## 下载
[Github releases](https://github.com/KeJunMao/oji/releases)
或者
```shell script
go install github.com/KeJunMao/oji
```## 用法
```shell script
oji help
```## 自定义部件
```shell script
oji init -c config.json # 输出默认配置
vim config.json # 自定义部件
oji -c config.json # 使用自定义部件
```